Shades of Orinoco #CACDB2
Tints of Orinoco #CACDB2
RGB
CMYK
RGB Variations
Color information
#CACDB2 (or 0xCACDB2) is known color: Orinoco. HEX triplet: CA, CD and B2. RGB value is (202,205,178). Sum of RGB (Red+Green+Blue) = 202+205+178=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 178 (69.92% from 255 or 30.43% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACDB2 is #35324D. Grayscale: #C9C9C9. Windows color (decimal): -3486286 or 11718090. OLE color: 11718090.
HSL color Cylindrical-coordinate representation of color #CACDB2: hue angle of 66.67º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACDB2 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 178 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.20 |
| HSL | 66.67º | 0.21% | 0.75% | - |
| HSV(B) | 66.67º | 0.13% | 0.8% | - |
| XYZ | 54.22 | 59.43 | 50.73 | - |
| YUV | 201.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 178 | 0.01 | 0 | 0.13 | 0.20 | 66.67 | 0.21 | 0.75 |
| Hex | CA | CD | B2 | 1 | 0 | D | 14 | 43 | 15 | 4B |
| Octal | 312 | 315 | 262 | 1 | 0 | 15 | 24 | 103 | 25 | 113 |
| Binary | 11001010 | 11001101 | 10110010 | 1 | 0 | 1101 | 10100 | 1000011 | 10101 | 1001011 |
Color Harmonies of #CACDB2
Complementary color
Monochromatic Colors of #CACDB2
Black with #CACDB2
Text Example
Text Example
White with #CACDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDB2; }
p { color: rgb(202,205,178); }
H1.HeaderClassName
{
color: #CACDB2;
}
.AnyTagClassName
{
color: #CACDB2;
}
</style>
background-color css
<style>
a { background-color: #CACDB2; }
a { background-color: rgb(202,205,178); }
div.DivClassName
{
background-color: #CACDB2;
}
.BgClassName
{
background-color: #CACDB2;
}
</style>
border-color css
<style>
span { border-color: #CACDB2; }
span { border-color: rgb(202,205,178); }
td.TdClassName
{
border-color: #CACDB2;
}
.TagClassName
{
border-color: #CACDB2;
}
</style>