Shades of Orinoco #CACFAA
Tints of Orinoco #CACFAA
RGB
CMYK
RGB Variations
Color information
#CACFAA (or 0xCACFAA) is known color: Orinoco. HEX triplet: CA, CF and AA. RGB value is (202,207,170). Sum of RGB (Red+Green+Blue) = 202+207+170=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 207 (81.25% from 255 or 35.75% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFAA is #353055. Grayscale: #C9C9C9. Windows color (decimal): -3485782 or 11194314. OLE color: 11194314.
HSL color Cylindrical-coordinate representation of color #CACFAA: hue angle of 68.11º 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 #CACFAA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 170 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.19 |
| HSL | 68.11º | 0.28% | 0.74% | - |
| HSV(B) | 68.11º | 0.18% | 0.81% | - |
| XYZ | 53.93 | 60.08 | 46.79 | - |
| YUV | 201.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 170 | 0.02 | 0 | 0.18 | 0.19 | 68.11 | 0.28 | 0.74 |
| Hex | CA | CF | AA | 2 | 0 | 12 | 13 | 44 | 1C | 4A |
| Octal | 312 | 317 | 252 | 2 | 0 | 22 | 23 | 104 | 34 | 112 |
| Binary | 11001010 | 11001111 | 10101010 | 10 | 0 | 10010 | 10011 | 1000100 | 11100 | 1001010 |
Color Harmonies of #CACFAA
Complementary color
Monochromatic Colors of #CACFAA
Black with #CACFAA
Text Example
Text Example
White with #CACFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFAA; }
p { color: rgb(202,207,170); }
H1.HeaderClassName
{
color: #CACFAA;
}
.AnyTagClassName
{
color: #CACFAA;
}
</style>
background-color css
<style>
a { background-color: #CACFAA; }
a { background-color: rgb(202,207,170); }
div.DivClassName
{
background-color: #CACFAA;
}
.BgClassName
{
background-color: #CACFAA;
}
</style>
border-color css
<style>
span { border-color: #CACFAA; }
span { border-color: rgb(202,207,170); }
td.TdClassName
{
border-color: #CACFAA;
}
.TagClassName
{
border-color: #CACFAA;
}
</style>