Shades of Cloud #CABFB1
Tints of Cloud #CABFB1
RGB
CMYK
RGB Variations
Color information
#CABFB1 (or 0xCABFB1) is known color: Cloud. HEX triplet: CA, BF and B1. RGB value is (202,191,177). Sum of RGB (Red+Green+Blue) = 202+191+177=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFB1 is #35404E. Grayscale: #C0C0C0. Windows color (decimal): -3489871 or 11648970. OLE color: 11648970.
HSL color Cylindrical-coordinate representation of color #CABFB1: hue angle of 33.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CABFB1 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 177 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.21 |
| HSL | 33.6º | 0.19% | 0.74% | - |
| HSV(B) | 33.6º | 0.12% | 0.79% | - |
| XYZ | 50.92 | 52.99 | 49.14 | - |
| YUV | 192.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 177 | 0 | 0.05 | 0.12 | 0.21 | 33.6 | 0.19 | 0.74 |
| Hex | CA | BF | B1 | 0 | 5 | C | 15 | 22 | 13 | 4A |
| Octal | 312 | 277 | 261 | 0 | 5 | 14 | 25 | 42 | 23 | 112 |
| Binary | 11001010 | 10111111 | 10110001 | 0 | 101 | 1100 | 10101 | 100010 | 10011 | 1001010 |
Color Harmonies of #CABFB1
Complementary color
Monochromatic Colors of #CABFB1
Black with #CABFB1
Text Example
Text Example
White with #CABFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFB1; }
p { color: rgb(202,191,177); }
H1.HeaderClassName
{
color: #CABFB1;
}
.AnyTagClassName
{
color: #CABFB1;
}
</style>
background-color css
<style>
a { background-color: #CABFB1; }
a { background-color: rgb(202,191,177); }
div.DivClassName
{
background-color: #CABFB1;
}
.BgClassName
{
background-color: #CABFB1;
}
</style>
border-color css
<style>
span { border-color: #CABFB1; }
span { border-color: rgb(202,191,177); }
td.TdClassName
{
border-color: #CABFB1;
}
.TagClassName
{
border-color: #CABFB1;
}
</style>