Shades of Cloud #CAC0AD
Tints of Cloud #CAC0AD
RGB
CMYK
RGB Variations
Color information
#CAC0AD (or 0xCAC0AD) is known color: Cloud. HEX triplet: CA, C0 and AD. RGB value is (202,192,173). Sum of RGB (Red+Green+Blue) = 202+192+173=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC0AD is #353F52. Grayscale: #C0C0C0. Windows color (decimal): -3489619 or 11387082. OLE color: 11387082.
HSL color Cylindrical-coordinate representation of color #CAC0AD: hue angle of 39.31º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAC0AD is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 173 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.21 |
| HSL | 39.31º | 0.21% | 0.74% | - |
| HSV(B) | 39.31º | 0.14% | 0.79% | - |
| XYZ | 50.75 | 53.27 | 47.14 | - |
| YUV | 192.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 173 | 0 | 0.05 | 0.14 | 0.21 | 39.31 | 0.21 | 0.74 |
| Hex | CA | C0 | AD | 0 | 5 | E | 15 | 27 | 15 | 4A |
| Octal | 312 | 300 | 255 | 0 | 5 | 16 | 25 | 47 | 25 | 112 |
| Binary | 11001010 | 11000000 | 10101101 | 0 | 101 | 1110 | 10101 | 100111 | 10101 | 1001010 |
Color Harmonies of #CAC0AD
Complementary color
Monochromatic Colors of #CAC0AD
Black with #CAC0AD
Text Example
Text Example
White with #CAC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0AD; }
p { color: rgb(202,192,173); }
H1.HeaderClassName
{
color: #CAC0AD;
}
.AnyTagClassName
{
color: #CAC0AD;
}
</style>
background-color css
<style>
a { background-color: #CAC0AD; }
a { background-color: rgb(202,192,173); }
div.DivClassName
{
background-color: #CAC0AD;
}
.BgClassName
{
background-color: #CAC0AD;
}
</style>
border-color css
<style>
span { border-color: #CAC0AD; }
span { border-color: rgb(202,192,173); }
td.TdClassName
{
border-color: #CAC0AD;
}
.TagClassName
{
border-color: #CAC0AD;
}
</style>