Shades of Orinoco #CACDB3
Tints of Orinoco #CACDB3
RGB
CMYK
RGB Variations
Color information
#CACDB3 (or 0xCACDB3) is known color: Orinoco. HEX triplet: CA, CD and B3. RGB value is (202,205,179). Sum of RGB (Red+Green+Blue) = 202+205+179=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 179 (70.31% from 255 or 30.55% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDB3 is #35324C. Grayscale: #C9C9C9. Windows color (decimal): -3486285 or 11783626. OLE color: 11783626.
HSL color Cylindrical-coordinate representation of color #CACDB3: hue angle of 66.92º 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 #CACDB3 is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 179 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.20 |
| HSL | 66.92º | 0.21% | 0.75% | - |
| HSV(B) | 66.92º | 0.13% | 0.8% | - |
| XYZ | 54.33 | 59.47 | 51.26 | - |
| YUV | 201.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 179 | 0.01 | 0 | 0.13 | 0.20 | 66.92 | 0.21 | 0.75 |
| Hex | CA | CD | B3 | 1 | 0 | D | 14 | 43 | 15 | 4B |
| Octal | 312 | 315 | 263 | 1 | 0 | 15 | 24 | 103 | 25 | 113 |
| Binary | 11001010 | 11001101 | 10110011 | 1 | 0 | 1101 | 10100 | 1000011 | 10101 | 1001011 |
Color Harmonies of #CACDB3
Complementary color
Monochromatic Colors of #CACDB3
Black with #CACDB3
Text Example
Text Example
White with #CACDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDB3; }
p { color: rgb(202,205,179); }
H1.HeaderClassName
{
color: #CACDB3;
}
.AnyTagClassName
{
color: #CACDB3;
}
</style>
background-color css
<style>
a { background-color: #CACDB3; }
a { background-color: rgb(202,205,179); }
div.DivClassName
{
background-color: #CACDB3;
}
.BgClassName
{
background-color: #CACDB3;
}
</style>
border-color css
<style>
span { border-color: #CACDB3; }
span { border-color: rgb(202,205,179); }
td.TdClassName
{
border-color: #CACDB3;
}
.TagClassName
{
border-color: #CACDB3;
}
</style>