Shades of Cloud #CABFAF
Tints of Cloud #CABFAF
RGB
CMYK
RGB Variations
Color information
#CABFAF (or 0xCABFAF) is known color: Cloud. HEX triplet: CA, BF and AF. RGB value is (202,191,175). Sum of RGB (Red+Green+Blue) = 202+191+175=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFAF is #354050. Grayscale: #C0C0C0. Windows color (decimal): -3489873 or 11517898. OLE color: 11517898.
HSL color Cylindrical-coordinate representation of color #CABFAF: hue angle of 35.56º 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 #CABFAF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 191 | 175 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.21 |
| HSL | 35.56º | 0.2% | 0.74% | - |
| HSV(B) | 35.56º | 0.13% | 0.79% | - |
| XYZ | 50.73 | 52.91 | 48.1 | - |
| YUV | 192.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 191 | 175 | 0 | 0.05 | 0.13 | 0.21 | 35.56 | 0.2 | 0.74 |
| Hex | CA | BF | AF | 0 | 5 | D | 15 | 24 | 14 | 4A |
| Octal | 312 | 277 | 257 | 0 | 5 | 15 | 25 | 44 | 24 | 112 |
| Binary | 11001010 | 10111111 | 10101111 | 0 | 101 | 1101 | 10101 | 100100 | 10100 | 1001010 |
Color Harmonies of #CABFAF
Complementary color
Monochromatic Colors of #CABFAF
Black with #CABFAF
Text Example
Text Example
White with #CABFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABFAF; }
p { color: rgb(202,191,175); }
H1.HeaderClassName
{
color: #CABFAF;
}
.AnyTagClassName
{
color: #CABFAF;
}
</style>
background-color css
<style>
a { background-color: #CABFAF; }
a { background-color: rgb(202,191,175); }
div.DivClassName
{
background-color: #CABFAF;
}
.BgClassName
{
background-color: #CABFAF;
}
</style>
border-color css
<style>
span { border-color: #CABFAF; }
span { border-color: rgb(202,191,175); }
td.TdClassName
{
border-color: #CABFAF;
}
.TagClassName
{
border-color: #CABFAF;
}
</style>