Shades of Orinoco #C8CEAB
Tints of Orinoco #C8CEAB
RGB
CMYK
RGB Variations
Color information
#C8CEAB (or 0xC8CEAB) is known color: Orinoco. HEX triplet: C8, CE and AB. RGB value is (200,206,171). Sum of RGB (Red+Green+Blue) = 200+206+171=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 206 (80.86% from 255 or 35.70% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 206 - color contains mainly: green. Hex color #C8CEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CEAB is #373154. Grayscale: #C8C8C8. Windows color (decimal): -3617109 or 11259592. OLE color: 11259592.
HSL color Cylindrical-coordinate representation of color #C8CEAB: hue angle of 70.29º 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 #C8CEAB is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 206 | 171 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.19 |
| HSL | 70.29º | 0.26% | 0.74% | - |
| HSV(B) | 70.29º | 0.17% | 0.81% | - |
| XYZ | 53.24 | 59.36 | 47.18 | - |
| YUV | 200.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 206 | 171 | 0.03 | 0 | 0.17 | 0.19 | 70.29 | 0.26 | 0.74 |
| Hex | C8 | CE | AB | 3 | 0 | 11 | 13 | 46 | 1A | 4A |
| Octal | 310 | 316 | 253 | 3 | 0 | 21 | 23 | 106 | 32 | 112 |
| Binary | 11001000 | 11001110 | 10101011 | 11 | 0 | 10001 | 10011 | 1000110 | 11010 | 1001010 |
Color Harmonies of #C8CEAB
Complementary color
Monochromatic Colors of #C8CEAB
Black with #C8CEAB
Text Example
Text Example
White with #C8CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CEAB; }
p { color: rgb(200,206,171); }
H1.HeaderClassName
{
color: #C8CEAB;
}
.AnyTagClassName
{
color: #C8CEAB;
}
</style>
background-color css
<style>
a { background-color: #C8CEAB; }
a { background-color: rgb(200,206,171); }
div.DivClassName
{
background-color: #C8CEAB;
}
.BgClassName
{
background-color: #C8CEAB;
}
</style>
border-color css
<style>
span { border-color: #C8CEAB; }
span { border-color: rgb(200,206,171); }
td.TdClassName
{
border-color: #C8CEAB;
}
.TagClassName
{
border-color: #C8CEAB;
}
</style>