Shades of Orinoco #C8CDAC
Tints of Orinoco #C8CDAC
RGB
CMYK
RGB Variations
Color information
#C8CDAC (or 0xC8CDAC) is known color: Orinoco. HEX triplet: C8, CD and AC. RGB value is (200,205,172). Sum of RGB (Red+Green+Blue) = 200+205+172=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8CDAC is #373253. Grayscale: #C7C7C7. Windows color (decimal): -3617364 or 11324872. OLE color: 11324872.
HSL color Cylindrical-coordinate representation of color #C8CDAC: hue angle of 69.09º degrees, saturation: 0.25, 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 #C8CDAC is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 200 | 205 | 172 | - |
CMYK | 0.02 | 0 | 0.16 | 0.20 |
HSL | 69.09º | 0.25% | 0.74% | - |
HSV(B) | 69.09º | 0.16% | 0.8% | - |
XYZ | 53.1 | 58.92 | 47.6 | - |
YUV | 199.74 | 112.34 | 128.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 205 | 172 | 0.02 | 0 | 0.16 | 0.20 | 69.09 | 0.25 | 0.74 |
Hex | C8 | CD | AC | 2 | 0 | 10 | 14 | 45 | 19 | 4A |
Octal | 310 | 315 | 254 | 2 | 0 | 20 | 24 | 105 | 31 | 112 |
Binary | 11001000 | 11001101 | 10101100 | 10 | 0 | 10000 | 10100 | 1000101 | 11001 | 1001010 |
Color Harmonies of #C8CDAC
Complementary color
Monochromatic Colors of #C8CDAC
Black with #C8CDAC
Text Example
Text Example
White with #C8CDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CDAC; }
p { color: rgb(200,205,172); }
H1.HeaderClassName
{
color: #C8CDAC;
}
.AnyTagClassName
{
color: #C8CDAC;
}
</style>
background-color css
<style>
a { background-color: #C8CDAC; }
a { background-color: rgb(200,205,172); }
div.DivClassName
{
background-color: #C8CDAC;
}
.BgClassName
{
background-color: #C8CDAC;
}
</style>
border-color css
<style>
span { border-color: #C8CDAC; }
span { border-color: rgb(200,205,172); }
td.TdClassName
{
border-color: #C8CDAC;
}
.TagClassName
{
border-color: #C8CDAC;
}
</style>