Shades of Orinoco #CCCEAB
Tints of Orinoco #CCCEAB
RGB
CMYK
RGB Variations
Color information
#CCCEAB (or 0xCCCEAB) is known color: Orinoco. HEX triplet: CC, CE and AB. RGB value is (204,206,171). Sum of RGB (Red+Green+Blue) = 204+206+171=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEAB is #333154. Grayscale: #C9C9C9. Windows color (decimal): -3354965 or 11259596. OLE color: 11259596.
HSL color Cylindrical-coordinate representation of color #CCCEAB: hue angle of 63.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCEAB is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 171 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.19 |
| HSL | 63.43º | 0.26% | 0.74% | - |
| HSV(B) | 63.43º | 0.17% | 0.81% | - |
| XYZ | 54.32 | 59.92 | 47.23 | - |
| YUV | 201.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 171 | 0.01 | 0 | 0.17 | 0.19 | 63.43 | 0.26 | 0.74 |
| Hex | CC | CE | AB | 1 | 0 | 11 | 13 | 3F | 1A | 4A |
| Octal | 314 | 316 | 253 | 1 | 0 | 21 | 23 | 77 | 32 | 112 |
| Binary | 11001100 | 11001110 | 10101011 | 1 | 0 | 10001 | 10011 | 111111 | 11010 | 1001010 |
Color Harmonies of #CCCEAB
Complementary color
Monochromatic Colors of #CCCEAB
Black with #CCCEAB
Text Example
Text Example
White with #CCCEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEAB; }
p { color: rgb(204,206,171); }
H1.HeaderClassName
{
color: #CCCEAB;
}
.AnyTagClassName
{
color: #CCCEAB;
}
</style>
background-color css
<style>
a { background-color: #CCCEAB; }
a { background-color: rgb(204,206,171); }
div.DivClassName
{
background-color: #CCCEAB;
}
.BgClassName
{
background-color: #CCCEAB;
}
</style>
border-color css
<style>
span { border-color: #CCCEAB; }
span { border-color: rgb(204,206,171); }
td.TdClassName
{
border-color: #CCCEAB;
}
.TagClassName
{
border-color: #CCCEAB;
}
</style>