Shades of Orinoco #C8CDAB
Tints of Orinoco #C8CDAB
RGB
CMYK
RGB Variations
Color information
#C8CDAB (or 0xC8CDAB) is known color: Orinoco. HEX triplet: C8, CD and AB. RGB value is (200,205,171). Sum of RGB (Red+Green+Blue) = 200+205+171=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 205 (80.47% from 255 or 35.59% from 576); Blue value is 171 (67.19% from 255 or 29.69% from 576); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CDAB is #373254. Grayscale: #C7C7C7. Windows color (decimal): -3617365 or 11259336. OLE color: 11259336.
HSL color Cylindrical-coordinate representation of color #C8CDAB: hue angle of 68.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CDAB is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 205 | 171 | - |
CMYK | 0.02 | 0 | 0.17 | 0.20 |
HSL | 68.82º | 0.25% | 0.74% | - |
HSV(B) | 68.82º | 0.17% | 0.8% | - |
XYZ | 53 | 58.88 | 47.1 | - |
YUV | 199.63 | 111.84 | 128.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 171 | 0.02 | 0 | 0.17 | 0.20 | 68.82 | 0.25 | 0.74 |
Hex | C8 | CD | AB | 2 | 0 | 11 | 14 | 45 | 19 | 4A |
Octal | 310 | 315 | 253 | 2 | 0 | 21 | 24 | 105 | 31 | 112 |
Binary | 11001000 | 11001101 | 10101011 | 10 | 0 | 10001 | 10100 | 1000101 | 11001 | 1001010 |
Color Harmonies of #C8CDAB
Complementary color
Monochromatic Colors of #C8CDAB
Black with #C8CDAB
Text Example
Text Example
White with #C8CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDAB; }
p { color: rgb(200,205,171); }
H1.HeaderClassName
{
color: #C8CDAB;
}
.AnyTagClassName
{
color: #C8CDAB;
}
</style>
background-color css
<style>
a { background-color: #C8CDAB; }
a { background-color: rgb(200,205,171); }
div.DivClassName
{
background-color: #C8CDAB;
}
.BgClassName
{
background-color: #C8CDAB;
}
</style>
border-color css
<style>
span { border-color: #C8CDAB; }
span { border-color: rgb(200,205,171); }
td.TdClassName
{
border-color: #C8CDAB;
}
.TagClassName
{
border-color: #C8CDAB;
}
</style>