Shades of Orinoco #CCCFAA
Tints of Orinoco #CCCFAA
RGB
CMYK
RGB Variations
Color information
#CCCFAA (or 0xCCCFAA) is known color: Orinoco. HEX triplet: CC, CF and AA. RGB value is (204,207,170). Sum of RGB (Red+Green+Blue) = 204+207+170=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 207 (81.25% from 255 or 35.63% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFAA is #333055. Grayscale: #CACACA. Windows color (decimal): -3354710 or 11194316. OLE color: 11194316.
HSL color Cylindrical-coordinate representation of color #CCCFAA: hue angle of 64.86º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCFAA is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 170 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.19 |
| HSL | 64.86º | 0.28% | 0.74% | - |
| HSV(B) | 64.86º | 0.18% | 0.81% | - |
| XYZ | 54.47 | 60.37 | 46.81 | - |
| YUV | 201.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 170 | 0.01 | 0 | 0.18 | 0.19 | 64.86 | 0.28 | 0.74 |
| Hex | CC | CF | AA | 1 | 0 | 12 | 13 | 41 | 1C | 4A |
| Octal | 314 | 317 | 252 | 1 | 0 | 22 | 23 | 101 | 34 | 112 |
| Binary | 11001100 | 11001111 | 10101010 | 1 | 0 | 10010 | 10011 | 1000001 | 11100 | 1001010 |
Color Harmonies of #CCCFAA
Complementary color
Monochromatic Colors of #CCCFAA
Black with #CCCFAA
Text Example
Text Example
White with #CCCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFAA; }
p { color: rgb(204,207,170); }
H1.HeaderClassName
{
color: #CCCFAA;
}
.AnyTagClassName
{
color: #CCCFAA;
}
</style>
background-color css
<style>
a { background-color: #CCCFAA; }
a { background-color: rgb(204,207,170); }
div.DivClassName
{
background-color: #CCCFAA;
}
.BgClassName
{
background-color: #CCCFAA;
}
</style>
border-color css
<style>
span { border-color: #CCCFAA; }
span { border-color: rgb(204,207,170); }
td.TdClassName
{
border-color: #CCCFAA;
}
.TagClassName
{
border-color: #CCCFAA;
}
</style>