Shades of Cloud #C2BEB9
Tints of Cloud #C2BEB9
RGB
CMYK
RGB Variations
Color information
#C2BEB9 (or 0xC2BEB9) is known color: Cloud. HEX triplet: C2, BE and B9. RGB value is (194,190,185). Sum of RGB (Red+Green+Blue) = 194+190+185=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 185 (72.66% from 255 or 32.51% from 569); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEB9 is #3D4146. Grayscale: #BEBEBE. Windows color (decimal): -4014407 or 12172994. OLE color: 12172994.
HSL color Cylindrical-coordinate representation of color #C2BEB9: hue angle of 33.33º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2BEB9 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 190 | 185 | - |
CMYK | 0 | 0.02 | 0.05 | 0.24 |
HSL | 33.33º | 0.07% | 0.74% | - |
HSV(B) | 33.33º | 0.05% | 0.76% | - |
XYZ | 49.42 | 51.8 | 53.29 | - |
YUV | 190.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 185 | 0 | 0.02 | 0.05 | 0.24 | 33.33 | 0.07 | 0.74 |
Hex | C2 | BE | B9 | 0 | 2 | 5 | 18 | 21 | 7 | 4A |
Octal | 302 | 276 | 271 | 0 | 2 | 5 | 30 | 41 | 7 | 112 |
Binary | 11000010 | 10111110 | 10111001 | 0 | 10 | 101 | 11000 | 100001 | 111 | 1001010 |
Color Harmonies of #C2BEB9
Complementary color
Monochromatic Colors of #C2BEB9
Black with #C2BEB9
Text Example
Text Example
White with #C2BEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEB9; }
p { color: rgb(194,190,185); }
H1.HeaderClassName
{
color: #C2BEB9;
}
.AnyTagClassName
{
color: #C2BEB9;
}
</style>
background-color css
<style>
a { background-color: #C2BEB9; }
a { background-color: rgb(194,190,185); }
div.DivClassName
{
background-color: #C2BEB9;
}
.BgClassName
{
background-color: #C2BEB9;
}
</style>
border-color css
<style>
span { border-color: #C2BEB9; }
span { border-color: rgb(194,190,185); }
td.TdClassName
{
border-color: #C2BEB9;
}
.TagClassName
{
border-color: #C2BEB9;
}
</style>