Shades of Orinoco #CCCDA4
Tints of Orinoco #CCCDA4
RGB
CMYK
RGB Variations
Color information
#CCCDA4 (or 0xCCCDA4) is known color: Orinoco. HEX triplet: CC, CD and A4. RGB value is (204,205,164). Sum of RGB (Red+Green+Blue) = 204+205+164=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA4 is #33325B. Grayscale: #C8C8C8. Windows color (decimal): -3355228 or 10800588. OLE color: 10800588.
HSL color Cylindrical-coordinate representation of color #CCCDA4: hue angle of 61.46º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCDA4 is Cyan = 0.00, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 164 | - |
| CMYK | 0.00 | 0 | 0.2 | 0.20 |
| HSL | 61.46º | 0.29% | 0.72% | - |
| HSV(B) | 61.46º | 0.2% | 0.8% | - |
| XYZ | 53.43 | 59.18 | 43.73 | - |
| YUV | 200.03 | 107.67 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 164 | 0.00 | 0 | 0.2 | 0.20 | 61.46 | 0.29 | 0.72 |
| Hex | CC | CD | A4 | 0 | 0 | 14 | 14 | 3D | 1D | 48 |
| Octal | 314 | 315 | 244 | 0 | 0 | 24 | 24 | 75 | 35 | 110 |
| Binary | 11001100 | 11001101 | 10100100 | 0 | 0 | 10100 | 10100 | 111101 | 11101 | 1001000 |
Color Harmonies of #CCCDA4
Complementary color
Monochromatic Colors of #CCCDA4
Black with #CCCDA4
Text Example
Text Example
White with #CCCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDA4; }
p { color: rgb(204,205,164); }
H1.HeaderClassName
{
color: #CCCDA4;
}
.AnyTagClassName
{
color: #CCCDA4;
}
</style>
background-color css
<style>
a { background-color: #CCCDA4; }
a { background-color: rgb(204,205,164); }
div.DivClassName
{
background-color: #CCCDA4;
}
.BgClassName
{
background-color: #CCCDA4;
}
</style>
border-color css
<style>
span { border-color: #CCCDA4; }
span { border-color: rgb(204,205,164); }
td.TdClassName
{
border-color: #CCCDA4;
}
.TagClassName
{
border-color: #CCCDA4;
}
</style>