Shades of Orinoco #CCD3AC
Tints of Orinoco #CCD3AC
RGB
CMYK
RGB Variations
Color information
#CCD3AC (or 0xCCD3AC) is known color: Orinoco. HEX triplet: CC, D3 and AC. RGB value is (204,211,172). Sum of RGB (Red+Green+Blue) = 204+211+172=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD3AC is #332C53. Grayscale: #CCCCCC. Windows color (decimal): -3353684 or 11326412. OLE color: 11326412.
HSL color Cylindrical-coordinate representation of color #CCD3AC: hue angle of 70.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCD3AC is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 172 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.17 |
| HSL | 70.77º | 0.31% | 0.75% | - |
| HSV(B) | 70.77º | 0.18% | 0.83% | - |
| XYZ | 55.64 | 62.4 | 48.14 | - |
| YUV | 204.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 172 | 0.03 | 0 | 0.18 | 0.17 | 70.77 | 0.31 | 0.75 |
| Hex | CC | D3 | AC | 3 | 0 | 12 | 11 | 47 | 1F | 4B |
| Octal | 314 | 323 | 254 | 3 | 0 | 22 | 21 | 107 | 37 | 113 |
| Binary | 11001100 | 11010011 | 10101100 | 11 | 0 | 10010 | 10001 | 1000111 | 11111 | 1001011 |
Color Harmonies of #CCD3AC
Complementary color
Monochromatic Colors of #CCD3AC
Black with #CCD3AC
Text Example
Text Example
White with #CCD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3AC; }
p { color: rgb(204,211,172); }
H1.HeaderClassName
{
color: #CCD3AC;
}
.AnyTagClassName
{
color: #CCD3AC;
}
</style>
background-color css
<style>
a { background-color: #CCD3AC; }
a { background-color: rgb(204,211,172); }
div.DivClassName
{
background-color: #CCD3AC;
}
.BgClassName
{
background-color: #CCD3AC;
}
</style>
border-color css
<style>
span { border-color: #CCD3AC; }
span { border-color: rgb(204,211,172); }
td.TdClassName
{
border-color: #CCD3AC;
}
.TagClassName
{
border-color: #CCD3AC;
}
</style>