Shades of Orinoco #CACFB1
Tints of Orinoco #CACFB1
RGB
CMYK
RGB Variations
Color information
#CACFB1 (or 0xCACFB1) is known color: Orinoco. HEX triplet: CA, CF and B1. RGB value is (202,207,177). Sum of RGB (Red+Green+Blue) = 202+207+177=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #CACFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACFB1 is #35304E. Grayscale: #CACACA. Windows color (decimal): -3485775 or 11653066. OLE color: 11653066.
HSL color Cylindrical-coordinate representation of color #CACFB1: hue angle of 70º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACFB1 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 177 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.19 |
| HSL | 70º | 0.24% | 0.75% | - |
| HSV(B) | 70º | 0.14% | 0.81% | - |
| XYZ | 54.61 | 60.36 | 50.37 | - |
| YUV | 202.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 177 | 0.02 | 0 | 0.14 | 0.19 | 70 | 0.24 | 0.75 |
| Hex | CA | CF | B1 | 2 | 0 | E | 13 | 46 | 18 | 4B |
| Octal | 312 | 317 | 261 | 2 | 0 | 16 | 23 | 106 | 30 | 113 |
| Binary | 11001010 | 11001111 | 10110001 | 10 | 0 | 1110 | 10011 | 1000110 | 11000 | 1001011 |
Color Harmonies of #CACFB1
Complementary color
Monochromatic Colors of #CACFB1
Black with #CACFB1
Text Example
Text Example
White with #CACFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFB1; }
p { color: rgb(202,207,177); }
H1.HeaderClassName
{
color: #CACFB1;
}
.AnyTagClassName
{
color: #CACFB1;
}
</style>
background-color css
<style>
a { background-color: #CACFB1; }
a { background-color: rgb(202,207,177); }
div.DivClassName
{
background-color: #CACFB1;
}
.BgClassName
{
background-color: #CACFB1;
}
</style>
border-color css
<style>
span { border-color: #CACFB1; }
span { border-color: rgb(202,207,177); }
td.TdClassName
{
border-color: #CACFB1;
}
.TagClassName
{
border-color: #CACFB1;
}
</style>