Shades of Orinoco #CACDB4
Tints of Orinoco #CACDB4
RGB
CMYK
RGB Variations
Color information
#CACDB4 (or 0xCACDB4) is known color: Orinoco. HEX triplet: CA, CD and B4. RGB value is (202,205,180). Sum of RGB (Red+Green+Blue) = 202+205+180=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 180 (70.70% from 255 or 30.66% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #CACDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDB4 is #35324B. Grayscale: #C9C9C9. Windows color (decimal): -3486284 or 11849162. OLE color: 11849162.
HSL color Cylindrical-coordinate representation of color #CACDB4: hue angle of 67.2º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACDB4 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 205 | 180 | - |
CMYK | 0.01 | 0 | 0.12 | 0.20 |
HSL | 67.2º | 0.2% | 0.75% | - |
HSV(B) | 67.2º | 0.12% | 0.8% | - |
XYZ | 54.43 | 59.51 | 51.8 | - |
YUV | 201.25 | 116.01 | 128.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 180 | 0.01 | 0 | 0.12 | 0.20 | 67.2 | 0.2 | 0.75 |
Hex | CA | CD | B4 | 1 | 0 | C | 14 | 43 | 14 | 4B |
Octal | 312 | 315 | 264 | 1 | 0 | 14 | 24 | 103 | 24 | 113 |
Binary | 11001010 | 11001101 | 10110100 | 1 | 0 | 1100 | 10100 | 1000011 | 10100 | 1001011 |
Color Harmonies of #CACDB4
Complementary color
Monochromatic Colors of #CACDB4
Black with #CACDB4
Text Example
Text Example
White with #CACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDB4; }
p { color: rgb(202,205,180); }
H1.HeaderClassName
{
color: #CACDB4;
}
.AnyTagClassName
{
color: #CACDB4;
}
</style>
background-color css
<style>
a { background-color: #CACDB4; }
a { background-color: rgb(202,205,180); }
div.DivClassName
{
background-color: #CACDB4;
}
.BgClassName
{
background-color: #CACDB4;
}
</style>
border-color css
<style>
span { border-color: #CACDB4; }
span { border-color: rgb(202,205,180); }
td.TdClassName
{
border-color: #CACDB4;
}
.TagClassName
{
border-color: #CACDB4;
}
</style>