Shades of Cloud #CAC2B2
Tints of Cloud #CAC2B2
RGB
CMYK
RGB Variations
Color information
#CAC2B2 (or 0xCAC2B2) is known color: Cloud. HEX triplet: CA, C2 and B2. RGB value is (202,194,178). Sum of RGB (Red+Green+Blue) = 202+194+178=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC2B2 is #353D4D. Grayscale: #C2C2C2. Windows color (decimal): -3489102 or 11715274. OLE color: 11715274.
HSL color Cylindrical-coordinate representation of color #CAC2B2: hue angle of 40º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC2B2 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 178 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.21 |
| HSL | 40º | 0.18% | 0.75% | - |
| HSV(B) | 40º | 0.12% | 0.79% | - |
| XYZ | 51.68 | 54.35 | 49.89 | - |
| YUV | 194.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 178 | 0 | 0.04 | 0.12 | 0.21 | 40 | 0.18 | 0.75 |
| Hex | CA | C2 | B2 | 0 | 4 | C | 15 | 28 | 12 | 4B |
| Octal | 312 | 302 | 262 | 0 | 4 | 14 | 25 | 50 | 22 | 113 |
| Binary | 11001010 | 11000010 | 10110010 | 0 | 100 | 1100 | 10101 | 101000 | 10010 | 1001011 |
Color Harmonies of #CAC2B2
Complementary color
Monochromatic Colors of #CAC2B2
Black with #CAC2B2
Text Example
Text Example
White with #CAC2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2B2; }
p { color: rgb(202,194,178); }
H1.HeaderClassName
{
color: #CAC2B2;
}
.AnyTagClassName
{
color: #CAC2B2;
}
</style>
background-color css
<style>
a { background-color: #CAC2B2; }
a { background-color: rgb(202,194,178); }
div.DivClassName
{
background-color: #CAC2B2;
}
.BgClassName
{
background-color: #CAC2B2;
}
</style>
border-color css
<style>
span { border-color: #CAC2B2; }
span { border-color: rgb(202,194,178); }
td.TdClassName
{
border-color: #CAC2B2;
}
.TagClassName
{
border-color: #CAC2B2;
}
</style>