Shades of Cloud #C2BEB7
Tints of Cloud #C2BEB7
RGB
CMYK
RGB Variations
Color information
#C2BEB7 (or 0xC2BEB7) is known color: Cloud. HEX triplet: C2, BE and B7. RGB value is (194,190,183). Sum of RGB (Red+Green+Blue) = 194+190+183=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEB7 is #3D4148. Grayscale: #BEBEBE. Windows color (decimal): -4014409 or 12041922. OLE color: 12041922.
HSL color Cylindrical-coordinate representation of color #C2BEB7: hue angle of 38.18º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C2BEB7 is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 190 | 183 | - |
CMYK | 0 | 0.02 | 0.06 | 0.24 |
HSL | 38.18º | 0.08% | 0.74% | - |
HSV(B) | 38.18º | 0.06% | 0.76% | - |
XYZ | 49.21 | 51.72 | 52.19 | - |
YUV | 190.4 | 123.83 | 130.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 190 | 183 | 0 | 0.02 | 0.06 | 0.24 | 38.18 | 0.08 | 0.74 |
Hex | C2 | BE | B7 | 0 | 2 | 6 | 18 | 26 | 8 | 4A |
Octal | 302 | 276 | 267 | 0 | 2 | 6 | 30 | 46 | 10 | 112 |
Binary | 11000010 | 10111110 | 10110111 | 0 | 10 | 110 | 11000 | 100110 | 1000 | 1001010 |
Color Harmonies of #C2BEB7
Complementary color
Monochromatic Colors of #C2BEB7
Black with #C2BEB7
Text Example
Text Example
White with #C2BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BEB7; }
p { color: rgb(194,190,183); }
H1.HeaderClassName
{
color: #C2BEB7;
}
.AnyTagClassName
{
color: #C2BEB7;
}
</style>
background-color css
<style>
a { background-color: #C2BEB7; }
a { background-color: rgb(194,190,183); }
div.DivClassName
{
background-color: #C2BEB7;
}
.BgClassName
{
background-color: #C2BEB7;
}
</style>
border-color css
<style>
span { border-color: #C2BEB7; }
span { border-color: rgb(194,190,183); }
td.TdClassName
{
border-color: #C2BEB7;
}
.TagClassName
{
border-color: #C2BEB7;
}
</style>