Shades of Orinoco #CCCDAF
Tints of Orinoco #CCCDAF
RGB
CMYK
RGB Variations
Color information
#CCCDAF (or 0xCCCDAF) is known color: Orinoco. HEX triplet: CC, CD and AF. RGB value is (204,205,175). Sum of RGB (Red+Green+Blue) = 204+205+175=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 175 (68.75% from 255 or 29.97% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDAF is #333250. Grayscale: #C9C9C9. Windows color (decimal): -3355217 or 11521484. OLE color: 11521484.
HSL color Cylindrical-coordinate representation of color #CCCDAF: hue angle of 62º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCDAF is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 175 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.20 |
| HSL | 62º | 0.23% | 0.75% | - |
| HSV(B) | 62º | 0.15% | 0.8% | - |
| XYZ | 54.47 | 59.6 | 49.19 | - |
| YUV | 201.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 175 | 0.00 | 0 | 0.15 | 0.20 | 62 | 0.23 | 0.75 |
| Hex | CC | CD | AF | 0 | 0 | F | 14 | 3E | 17 | 4B |
| Octal | 314 | 315 | 257 | 0 | 0 | 17 | 24 | 76 | 27 | 113 |
| Binary | 11001100 | 11001101 | 10101111 | 0 | 0 | 1111 | 10100 | 111110 | 10111 | 1001011 |
Color Harmonies of #CCCDAF
Complementary color
Monochromatic Colors of #CCCDAF
Black with #CCCDAF
Text Example
Text Example
White with #CCCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDAF; }
p { color: rgb(204,205,175); }
H1.HeaderClassName
{
color: #CCCDAF;
}
.AnyTagClassName
{
color: #CCCDAF;
}
</style>
background-color css
<style>
a { background-color: #CCCDAF; }
a { background-color: rgb(204,205,175); }
div.DivClassName
{
background-color: #CCCDAF;
}
.BgClassName
{
background-color: #CCCDAF;
}
</style>
border-color css
<style>
span { border-color: #CCCDAF; }
span { border-color: rgb(204,205,175); }
td.TdClassName
{
border-color: #CCCDAF;
}
.TagClassName
{
border-color: #CCCDAF;
}
</style>