Shades of Orinoco #CCD8A8
Tints of Orinoco #CCD8A8
RGB
CMYK
RGB Variations
Color information
#CCD8A8 (or 0xCCD8A8) is known color: Orinoco. HEX triplet: CC, D8 and A8. RGB value is (204,216,168). Sum of RGB (Red+Green+Blue) = 204+216+168=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 168 (66.02% from 255 or 28.57% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8A8 is #332757. Grayscale: #CFCFCF. Windows color (decimal): -3352408 or 11065548. OLE color: 11065548.
HSL color Cylindrical-coordinate representation of color #CCD8A8: hue angle of 75º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCD8A8 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 216 | 168 | - |
CMYK | 0.06 | 0 | 0.22 | 0.15 |
HSL | 75º | 0.38% | 0.75% | - |
HSV(B) | 75º | 0.22% | 0.85% | - |
XYZ | 56.53 | 64.78 | 46.57 | - |
YUV | 206.94 | 106.02 | 125.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 216 | 168 | 0.06 | 0 | 0.22 | 0.15 | 75 | 0.38 | 0.75 |
Hex | CC | D8 | A8 | 6 | 0 | 16 | F | 4B | 26 | 4B |
Octal | 314 | 330 | 250 | 6 | 0 | 26 | 17 | 113 | 46 | 113 |
Binary | 11001100 | 11011000 | 10101000 | 110 | 0 | 10110 | 1111 | 1001011 | 100110 | 1001011 |
Color Harmonies of #CCD8A8
Complementary color
Monochromatic Colors of #CCD8A8
Black with #CCD8A8
Text Example
Text Example
White with #CCD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8A8; }
p { color: rgb(204,216,168); }
H1.HeaderClassName
{
color: #CCD8A8;
}
.AnyTagClassName
{
color: #CCD8A8;
}
</style>
background-color css
<style>
a { background-color: #CCD8A8; }
a { background-color: rgb(204,216,168); }
div.DivClassName
{
background-color: #CCD8A8;
}
.BgClassName
{
background-color: #CCD8A8;
}
</style>
border-color css
<style>
span { border-color: #CCD8A8; }
span { border-color: rgb(204,216,168); }
td.TdClassName
{
border-color: #CCD8A8;
}
.TagClassName
{
border-color: #CCD8A8;
}
</style>