Shades of Orinoco #CACBAD
Tints of Orinoco #CACBAD
RGB
CMYK
RGB Variations
Color information
#CACBAD (or 0xCACBAD) is known color: Orinoco. HEX triplet: CA, CB and AD. RGB value is (202,203,173). Sum of RGB (Red+Green+Blue) = 202+203+173=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 173 (67.97% from 255 or 29.93% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBAD is #353452. Grayscale: #C7C7C7. Windows color (decimal): -3486803 or 11389898. OLE color: 11389898.
HSL color Cylindrical-coordinate representation of color #CACBAD: hue angle of 62º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACBAD is Cyan = 0.00, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 203 | 173 | - |
| CMYK | 0.00 | 0 | 0.15 | 0.20 |
| HSL | 62º | 0.22% | 0.74% | - |
| HSV(B) | 62º | 0.15% | 0.8% | - |
| XYZ | 53.26 | 58.29 | 47.98 | - |
| YUV | 199.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 173 | 0.00 | 0 | 0.15 | 0.20 | 62 | 0.22 | 0.74 |
| Hex | CA | CB | AD | 0 | 0 | F | 14 | 3E | 16 | 4A |
| Octal | 312 | 313 | 255 | 0 | 0 | 17 | 24 | 76 | 26 | 112 |
| Binary | 11001010 | 11001011 | 10101101 | 0 | 0 | 1111 | 10100 | 111110 | 10110 | 1001010 |
Color Harmonies of #CACBAD
Complementary color
Monochromatic Colors of #CACBAD
Black with #CACBAD
Text Example
Text Example
White with #CACBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBAD; }
p { color: rgb(202,203,173); }
H1.HeaderClassName
{
color: #CACBAD;
}
.AnyTagClassName
{
color: #CACBAD;
}
</style>
background-color css
<style>
a { background-color: #CACBAD; }
a { background-color: rgb(202,203,173); }
div.DivClassName
{
background-color: #CACBAD;
}
.BgClassName
{
background-color: #CACBAD;
}
</style>
border-color css
<style>
span { border-color: #CACBAD; }
span { border-color: rgb(202,203,173); }
td.TdClassName
{
border-color: #CACBAD;
}
.TagClassName
{
border-color: #CACBAD;
}
</style>