Shades of Orinoco #CCD3AF
Tints of Orinoco #CCD3AF
RGB
CMYK
RGB Variations
Color information
#CCD3AF (or 0xCCD3AF) is known color: Orinoco. HEX triplet: CC, D3 and AF. RGB value is (204,211,175). Sum of RGB (Red+Green+Blue) = 204+211+175=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD3AF is #332C50. Grayscale: #CCCCCC. Windows color (decimal): -3353681 or 11523020. OLE color: 11523020.
HSL color Cylindrical-coordinate representation of color #CCD3AF: hue angle of 71.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCD3AF is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 175 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.17 |
| HSL | 71.67º | 0.29% | 0.76% | - |
| HSV(B) | 71.67º | 0.17% | 0.83% | - |
| XYZ | 55.93 | 62.52 | 49.68 | - |
| YUV | 204.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 175 | 0.03 | 0 | 0.17 | 0.17 | 71.67 | 0.29 | 0.76 |
| Hex | CC | D3 | AF | 3 | 0 | 11 | 11 | 48 | 1D | 4C |
| Octal | 314 | 323 | 257 | 3 | 0 | 21 | 21 | 110 | 35 | 114 |
| Binary | 11001100 | 11010011 | 10101111 | 11 | 0 | 10001 | 10001 | 1001000 | 11101 | 1001100 |
Color Harmonies of #CCD3AF
Complementary color
Monochromatic Colors of #CCD3AF
Black with #CCD3AF
Text Example
Text Example
White with #CCD3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3AF; }
p { color: rgb(204,211,175); }
H1.HeaderClassName
{
color: #CCD3AF;
}
.AnyTagClassName
{
color: #CCD3AF;
}
</style>
background-color css
<style>
a { background-color: #CCD3AF; }
a { background-color: rgb(204,211,175); }
div.DivClassName
{
background-color: #CCD3AF;
}
.BgClassName
{
background-color: #CCD3AF;
}
</style>
border-color css
<style>
span { border-color: #CCD3AF; }
span { border-color: rgb(204,211,175); }
td.TdClassName
{
border-color: #CCD3AF;
}
.TagClassName
{
border-color: #CCD3AF;
}
</style>