Shades of Orinoco #CACEAF
Tints of Orinoco #CACEAF
RGB
CMYK
RGB Variations
Color information
#CACEAF (or 0xCACEAF) is known color: Orinoco. HEX triplet: CA, CE and AF. RGB value is (202,206,175). Sum of RGB (Red+Green+Blue) = 202+206+175=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 206 (80.86% from 255 or 35.33% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEAF is #353150. Grayscale: #C9C9C9. Windows color (decimal): -3486033 or 11521738. OLE color: 11521738.
HSL color Cylindrical-coordinate representation of color #CACEAF: hue angle of 67.74º degrees, saturation: 0.24, 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 #CACEAF is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 175 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.19 |
| HSL | 67.74º | 0.24% | 0.75% | - |
| HSV(B) | 67.74º | 0.15% | 0.81% | - |
| XYZ | 54.17 | 59.79 | 49.24 | - |
| YUV | 201.27 | 113.17 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 175 | 0.02 | 0 | 0.15 | 0.19 | 67.74 | 0.24 | 0.75 |
| Hex | CA | CE | AF | 2 | 0 | F | 13 | 44 | 18 | 4B |
| Octal | 312 | 316 | 257 | 2 | 0 | 17 | 23 | 104 | 30 | 113 |
| Binary | 11001010 | 11001110 | 10101111 | 10 | 0 | 1111 | 10011 | 1000100 | 11000 | 1001011 |
Color Harmonies of #CACEAF
Complementary color
Monochromatic Colors of #CACEAF
Black with #CACEAF
Text Example
Text Example
White with #CACEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEAF; }
p { color: rgb(202,206,175); }
H1.HeaderClassName
{
color: #CACEAF;
}
.AnyTagClassName
{
color: #CACEAF;
}
</style>
background-color css
<style>
a { background-color: #CACEAF; }
a { background-color: rgb(202,206,175); }
div.DivClassName
{
background-color: #CACEAF;
}
.BgClassName
{
background-color: #CACEAF;
}
</style>
border-color css
<style>
span { border-color: #CACEAF; }
span { border-color: rgb(202,206,175); }
td.TdClassName
{
border-color: #CACEAF;
}
.TagClassName
{
border-color: #CACEAF;
}
</style>