Shades of Cloud #CABEB0
Tints of Cloud #CABEB0
RGB
CMYK
RGB Variations
Color information
#CABEB0 (or 0xCABEB0) is known color: Cloud. HEX triplet: CA, BE and B0. RGB value is (202,190,176). Sum of RGB (Red+Green+Blue) = 202+190+176=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEB0 is #35414F. Grayscale: #C0C0C0. Windows color (decimal): -3490128 or 11583178. OLE color: 11583178.
HSL color Cylindrical-coordinate representation of color #CABEB0: hue angle of 32.31º 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 #CABEB0 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 190 | 176 | - |
CMYK | 0 | 0.06 | 0.13 | 0.21 |
HSL | 32.31º | 0.2% | 0.74% | - |
HSV(B) | 32.31º | 0.13% | 0.79% | - |
XYZ | 50.61 | 52.52 | 48.54 | - |
YUV | 191.99 | 118.98 | 135.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 190 | 176 | 0 | 0.06 | 0.13 | 0.21 | 32.31 | 0.2 | 0.74 |
Hex | CA | BE | B0 | 0 | 6 | D | 15 | 20 | 14 | 4A |
Octal | 312 | 276 | 260 | 0 | 6 | 15 | 25 | 40 | 24 | 112 |
Binary | 11001010 | 10111110 | 10110000 | 0 | 110 | 1101 | 10101 | 100000 | 10100 | 1001010 |
Color Harmonies of #CABEB0
Complementary color
Monochromatic Colors of #CABEB0
Black with #CABEB0
Text Example
Text Example
White with #CABEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEB0; }
p { color: rgb(202,190,176); }
H1.HeaderClassName
{
color: #CABEB0;
}
.AnyTagClassName
{
color: #CABEB0;
}
</style>
background-color css
<style>
a { background-color: #CABEB0; }
a { background-color: rgb(202,190,176); }
div.DivClassName
{
background-color: #CABEB0;
}
.BgClassName
{
background-color: #CABEB0;
}
</style>
border-color css
<style>
span { border-color: #CABEB0; }
span { border-color: rgb(202,190,176); }
td.TdClassName
{
border-color: #CABEB0;
}
.TagClassName
{
border-color: #CABEB0;
}
</style>