Shades of Cloud #C7BEAC
Tints of Cloud #C7BEAC
RGB
CMYK
RGB Variations
Color information
#C7BEAC (or 0xC7BEAC) is known color: Cloud. HEX triplet: C7, BE and AC. RGB value is (199,190,172). Sum of RGB (Red+Green+Blue) = 199+190+172=561 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.47% from 561); Green value is 190 (74.61% from 255 or 33.87% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BEAC is #384153. Grayscale: #BEBEBE. Windows color (decimal): -3686740 or 11321031. OLE color: 11321031.
HSL color Cylindrical-coordinate representation of color #C7BEAC: hue angle of 40º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7BEAC is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 190 | 172 | - |
CMYK | 0 | 0.05 | 0.14 | 0.22 |
HSL | 40º | 0.19% | 0.73% | - |
HSV(B) | 40º | 0.14% | 0.78% | - |
XYZ | 49.41 | 51.95 | 46.45 | - |
YUV | 190.64 | 117.48 | 133.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 190 | 172 | 0 | 0.05 | 0.14 | 0.22 | 40 | 0.19 | 0.73 |
Hex | C7 | BE | AC | 0 | 5 | E | 16 | 28 | 13 | 49 |
Octal | 307 | 276 | 254 | 0 | 5 | 16 | 26 | 50 | 23 | 111 |
Binary | 11000111 | 10111110 | 10101100 | 0 | 101 | 1110 | 10110 | 101000 | 10011 | 1001001 |
Color Harmonies of #C7BEAC
Complementary color
Monochromatic Colors of #C7BEAC
Black with #C7BEAC
Text Example
Text Example
White with #C7BEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BEAC; }
p { color: rgb(199,190,172); }
H1.HeaderClassName
{
color: #C7BEAC;
}
.AnyTagClassName
{
color: #C7BEAC;
}
</style>
background-color css
<style>
a { background-color: #C7BEAC; }
a { background-color: rgb(199,190,172); }
div.DivClassName
{
background-color: #C7BEAC;
}
.BgClassName
{
background-color: #C7BEAC;
}
</style>
border-color css
<style>
span { border-color: #C7BEAC; }
span { border-color: rgb(199,190,172); }
td.TdClassName
{
border-color: #C7BEAC;
}
.TagClassName
{
border-color: #C7BEAC;
}
</style>