Shades of Orinoco #C8CCAC
Tints of Orinoco #C8CCAC
RGB
CMYK
RGB Variations
Color information
#C8CCAC (or 0xC8CCAC) is known color: Orinoco. HEX triplet: C8, CC and AC. RGB value is (200,204,172). Sum of RGB (Red+Green+Blue) = 200+204+172=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CCAC is #373353. Grayscale: #C7C7C7. Windows color (decimal): -3617620 or 11324616. OLE color: 11324616.
HSL color Cylindrical-coordinate representation of color #C8CCAC: hue angle of 67.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CCAC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 204 | 172 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.2 |
| HSL | 67.5º | 0.24% | 0.74% | - |
| HSV(B) | 67.5º | 0.16% | 0.8% | - |
| XYZ | 52.86 | 58.44 | 47.52 | - |
| YUV | 199.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 204 | 172 | 0.02 | 0 | 0.16 | 0.2 | 67.5 | 0.24 | 0.74 |
| Hex | C8 | CC | AC | 2 | 0 | 10 | 14 | 44 | 18 | 4A |
| Octal | 310 | 314 | 254 | 2 | 0 | 20 | 24 | 104 | 30 | 112 |
| Binary | 11001000 | 11001100 | 10101100 | 10 | 0 | 10000 | 10100 | 1000100 | 11000 | 1001010 |
Color Harmonies of #C8CCAC
Complementary color
Monochromatic Colors of #C8CCAC
Black with #C8CCAC
Text Example
Text Example
White with #C8CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CCAC; }
p { color: rgb(200,204,172); }
H1.HeaderClassName
{
color: #C8CCAC;
}
.AnyTagClassName
{
color: #C8CCAC;
}
</style>
background-color css
<style>
a { background-color: #C8CCAC; }
a { background-color: rgb(200,204,172); }
div.DivClassName
{
background-color: #C8CCAC;
}
.BgClassName
{
background-color: #C8CCAC;
}
</style>
border-color css
<style>
span { border-color: #C8CCAC; }
span { border-color: rgb(200,204,172); }
td.TdClassName
{
border-color: #C8CCAC;
}
.TagClassName
{
border-color: #C8CCAC;
}
</style>