Shades of Cloud #CAC0AF
Tints of Cloud #CAC0AF
RGB
CMYK
RGB Variations
Color information
#CAC0AF (or 0xCAC0AF) is known color: Cloud. HEX triplet: CA, C0 and AF. RGB value is (202,192,175). Sum of RGB (Red+Green+Blue) = 202+192+175=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC0AF is #353F50. Grayscale: #C1C1C1. Windows color (decimal): -3489617 or 11518154. OLE color: 11518154.
HSL color Cylindrical-coordinate representation of color #CAC0AF: hue angle of 37.78º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CAC0AF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 175 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.21 |
| HSL | 37.78º | 0.2% | 0.74% | - |
| HSV(B) | 37.78º | 0.13% | 0.79% | - |
| XYZ | 50.94 | 53.35 | 48.17 | - |
| YUV | 193.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 175 | 0 | 0.05 | 0.13 | 0.21 | 37.78 | 0.2 | 0.74 |
| Hex | CA | C0 | AF | 0 | 5 | D | 15 | 26 | 14 | 4A |
| Octal | 312 | 300 | 257 | 0 | 5 | 15 | 25 | 46 | 24 | 112 |
| Binary | 11001010 | 11000000 | 10101111 | 0 | 101 | 1101 | 10101 | 100110 | 10100 | 1001010 |
Color Harmonies of #CAC0AF
Complementary color
Monochromatic Colors of #CAC0AF
Black with #CAC0AF
Text Example
Text Example
White with #CAC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0AF; }
p { color: rgb(202,192,175); }
H1.HeaderClassName
{
color: #CAC0AF;
}
.AnyTagClassName
{
color: #CAC0AF;
}
</style>
background-color css
<style>
a { background-color: #CAC0AF; }
a { background-color: rgb(202,192,175); }
div.DivClassName
{
background-color: #CAC0AF;
}
.BgClassName
{
background-color: #CAC0AF;
}
</style>
border-color css
<style>
span { border-color: #CAC0AF; }
span { border-color: rgb(202,192,175); }
td.TdClassName
{
border-color: #CAC0AF;
}
.TagClassName
{
border-color: #CAC0AF;
}
</style>