Shades of Orinoco #CCD8A7
Tints of Orinoco #CCD8A7
RGB
CMYK
RGB Variations
Color information
#CCD8A7 (or 0xCCD8A7) is known color: Orinoco. HEX triplet: CC, D8 and A7. RGB value is (204,216,167). Sum of RGB (Red+Green+Blue) = 204+216+167=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 167 (65.62% from 255 or 28.45% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD8A7 is #332758. Grayscale: #CFCFCF. Windows color (decimal): -3352409 or 11000012. OLE color: 11000012.
HSL color Cylindrical-coordinate representation of color #CCD8A7: hue angle of 74.69º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCD8A7 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 167 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.15 |
| HSL | 74.69º | 0.39% | 0.75% | - |
| HSV(B) | 74.69º | 0.23% | 0.85% | - |
| XYZ | 56.43 | 64.74 | 46.08 | - |
| YUV | 206.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 167 | 0.06 | 0 | 0.23 | 0.15 | 74.69 | 0.39 | 0.75 |
| Hex | CC | D8 | A7 | 6 | 0 | 17 | F | 4B | 27 | 4B |
| Octal | 314 | 330 | 247 | 6 | 0 | 27 | 17 | 113 | 47 | 113 |
| Binary | 11001100 | 11011000 | 10100111 | 110 | 0 | 10111 | 1111 | 1001011 | 100111 | 1001011 |
Color Harmonies of #CCD8A7
Complementary color
Monochromatic Colors of #CCD8A7
Black with #CCD8A7
Text Example
Text Example
White with #CCD8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8A7; }
p { color: rgb(204,216,167); }
H1.HeaderClassName
{
color: #CCD8A7;
}
.AnyTagClassName
{
color: #CCD8A7;
}
</style>
background-color css
<style>
a { background-color: #CCD8A7; }
a { background-color: rgb(204,216,167); }
div.DivClassName
{
background-color: #CCD8A7;
}
.BgClassName
{
background-color: #CCD8A7;
}
</style>
border-color css
<style>
span { border-color: #CCD8A7; }
span { border-color: rgb(204,216,167); }
td.TdClassName
{
border-color: #CCD8A7;
}
.TagClassName
{
border-color: #CCD8A7;
}
</style>