Shades of Orinoco #CCCFAF
Tints of Orinoco #CCCFAF
RGB
CMYK
RGB Variations
Color information
#CCCFAF (or 0xCCCFAF) is known color: Orinoco. HEX triplet: CC, CF and AF. RGB value is (204,207,175). Sum of RGB (Red+Green+Blue) = 204+207+175=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFAF is #333050. Grayscale: #CACACA. Windows color (decimal): -3354705 or 11521996. OLE color: 11521996.
HSL color Cylindrical-coordinate representation of color #CCCFAF: hue angle of 65.62º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCFAF is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 175 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.19 |
| HSL | 65.63º | 0.25% | 0.75% | - |
| HSV(B) | 65.63º | 0.15% | 0.81% | - |
| XYZ | 54.95 | 60.56 | 49.35 | - |
| YUV | 202.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 175 | 0.01 | 0 | 0.15 | 0.19 | 65.63 | 0.25 | 0.75 |
| Hex | CC | CF | AF | 1 | 0 | F | 13 | 42 | 19 | 4B |
| Octal | 314 | 317 | 257 | 1 | 0 | 17 | 23 | 102 | 31 | 113 |
| Binary | 11001100 | 11001111 | 10101111 | 1 | 0 | 1111 | 10011 | 1000010 | 11001 | 1001011 |
Color Harmonies of #CCCFAF
Complementary color
Monochromatic Colors of #CCCFAF
Black with #CCCFAF
Text Example
Text Example
White with #CCCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFAF; }
p { color: rgb(204,207,175); }
H1.HeaderClassName
{
color: #CCCFAF;
}
.AnyTagClassName
{
color: #CCCFAF;
}
</style>
background-color css
<style>
a { background-color: #CCCFAF; }
a { background-color: rgb(204,207,175); }
div.DivClassName
{
background-color: #CCCFAF;
}
.BgClassName
{
background-color: #CCCFAF;
}
</style>
border-color css
<style>
span { border-color: #CCCFAF; }
span { border-color: rgb(204,207,175); }
td.TdClassName
{
border-color: #CCCFAF;
}
.TagClassName
{
border-color: #CCCFAF;
}
</style>