Shades of Orinoco #CCCEAD
Tints of Orinoco #CCCEAD
RGB
CMYK
RGB Variations
Color information
#CCCEAD (or 0xCCCEAD) is known color: Orinoco. HEX triplet: CC, CE and AD. RGB value is (204,206,173). Sum of RGB (Red+Green+Blue) = 204+206+173=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEAD is #333152. Grayscale: #C9C9C9. Windows color (decimal): -3354963 or 11390668. OLE color: 11390668.
HSL color Cylindrical-coordinate representation of color #CCCEAD: hue angle of 63.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCEAD is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 173 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.19 |
| HSL | 63.64º | 0.25% | 0.74% | - |
| HSV(B) | 63.64º | 0.16% | 0.81% | - |
| XYZ | 54.52 | 60 | 48.24 | - |
| YUV | 201.64 | 111.84 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 173 | 0.01 | 0 | 0.16 | 0.19 | 63.64 | 0.25 | 0.74 |
| Hex | CC | CE | AD | 1 | 0 | 10 | 13 | 40 | 19 | 4A |
| Octal | 314 | 316 | 255 | 1 | 0 | 20 | 23 | 100 | 31 | 112 |
| Binary | 11001100 | 11001110 | 10101101 | 1 | 0 | 10000 | 10011 | 1000000 | 11001 | 1001010 |
Color Harmonies of #CCCEAD
Complementary color
Monochromatic Colors of #CCCEAD
Black with #CCCEAD
Text Example
Text Example
White with #CCCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEAD; }
p { color: rgb(204,206,173); }
H1.HeaderClassName
{
color: #CCCEAD;
}
.AnyTagClassName
{
color: #CCCEAD;
}
</style>
background-color css
<style>
a { background-color: #CCCEAD; }
a { background-color: rgb(204,206,173); }
div.DivClassName
{
background-color: #CCCEAD;
}
.BgClassName
{
background-color: #CCCEAD;
}
</style>
border-color css
<style>
span { border-color: #CCCEAD; }
span { border-color: rgb(204,206,173); }
td.TdClassName
{
border-color: #CCCEAD;
}
.TagClassName
{
border-color: #CCCEAD;
}
</style>