Shades of Cloud #C3BEB8
Tints of Cloud #C3BEB8
RGB
CMYK
RGB Variations
Color information
#C3BEB8 (or 0xC3BEB8) is known color: Cloud. HEX triplet: C3, BE and B8. RGB value is (195,190,184). Sum of RGB (Red+Green+Blue) = 195+190+184=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 184 (72.27% from 255 or 32.34% from 569); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BEB8 is #3C4147. Grayscale: #BEBEBE. Windows color (decimal): -3948872 or 12107459. OLE color: 12107459.
HSL color Cylindrical-coordinate representation of color #C3BEB8: hue angle of 32.73º 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 #C3BEB8 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 184 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.24 |
| HSL | 32.73º | 0.08% | 0.74% | - |
| HSV(B) | 32.73º | 0.06% | 0.76% | - |
| XYZ | 49.57 | 51.89 | 52.75 | - |
| YUV | 190.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 184 | 0 | 0.03 | 0.06 | 0.24 | 32.73 | 0.08 | 0.74 |
| Hex | C3 | BE | B8 | 0 | 3 | 6 | 18 | 21 | 8 | 4A |
| Octal | 303 | 276 | 270 | 0 | 3 | 6 | 30 | 41 | 10 | 112 |
| Binary | 11000011 | 10111110 | 10111000 | 0 | 11 | 110 | 11000 | 100001 | 1000 | 1001010 |
Color Harmonies of #C3BEB8
Complementary color
Monochromatic Colors of #C3BEB8
Black with #C3BEB8
Text Example
Text Example
White with #C3BEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BEB8; }
p { color: rgb(195,190,184); }
H1.HeaderClassName
{
color: #C3BEB8;
}
.AnyTagClassName
{
color: #C3BEB8;
}
</style>
background-color css
<style>
a { background-color: #C3BEB8; }
a { background-color: rgb(195,190,184); }
div.DivClassName
{
background-color: #C3BEB8;
}
.BgClassName
{
background-color: #C3BEB8;
}
</style>
border-color css
<style>
span { border-color: #C3BEB8; }
span { border-color: rgb(195,190,184); }
td.TdClassName
{
border-color: #C3BEB8;
}
.TagClassName
{
border-color: #C3BEB8;
}
</style>