Shades of Cloud #CAC1B3
Tints of Cloud #CAC1B3
RGB
CMYK
RGB Variations
Color information
#CAC1B3 (or 0xCAC1B3) is known color: Cloud. HEX triplet: CA, C1 and B3. RGB value is (202,193,179). Sum of RGB (Red+Green+Blue) = 202+193+179=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1B3 is #353E4C. Grayscale: #C2C2C2. Windows color (decimal): -3489357 or 11780554. OLE color: 11780554.
HSL color Cylindrical-coordinate representation of color #CAC1B3: hue angle of 36.52º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC1B3 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 179 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.21 |
| HSL | 36.52º | 0.18% | 0.75% | - |
| HSV(B) | 36.52º | 0.11% | 0.79% | - |
| XYZ | 51.56 | 53.95 | 50.34 | - |
| YUV | 194.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 179 | 0 | 0.04 | 0.11 | 0.21 | 36.52 | 0.18 | 0.75 |
| Hex | CA | C1 | B3 | 0 | 4 | B | 15 | 25 | 12 | 4B |
| Octal | 312 | 301 | 263 | 0 | 4 | 13 | 25 | 45 | 22 | 113 |
| Binary | 11001010 | 11000001 | 10110011 | 0 | 100 | 1011 | 10101 | 100101 | 10010 | 1001011 |
Color Harmonies of #CAC1B3
Complementary color
Monochromatic Colors of #CAC1B3
Black with #CAC1B3
Text Example
Text Example
White with #CAC1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1B3; }
p { color: rgb(202,193,179); }
H1.HeaderClassName
{
color: #CAC1B3;
}
.AnyTagClassName
{
color: #CAC1B3;
}
</style>
background-color css
<style>
a { background-color: #CAC1B3; }
a { background-color: rgb(202,193,179); }
div.DivClassName
{
background-color: #CAC1B3;
}
.BgClassName
{
background-color: #CAC1B3;
}
</style>
border-color css
<style>
span { border-color: #CAC1B3; }
span { border-color: rgb(202,193,179); }
td.TdClassName
{
border-color: #CAC1B3;
}
.TagClassName
{
border-color: #CAC1B3;
}
</style>