Shades of Cloud #C8C2B8
Tints of Cloud #C8C2B8
RGB
CMYK
RGB Variations
Color information
#C8C2B8 (or 0xC8C2B8) is known color: Cloud. HEX triplet: C8, C2 and B8. RGB value is (200,194,184). Sum of RGB (Red+Green+Blue) = 200+194+184=578 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.60% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2B8 is #373D47. Grayscale: #C2C2C2. Windows color (decimal): -3620168 or 12108488. OLE color: 12108488.
HSL color Cylindrical-coordinate representation of color #C8C2B8: hue angle of 37.5º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8C2B8 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 194 | 184 | - |
CMYK | 0 | 0.03 | 0.08 | 0.22 |
HSL | 37.5º | 0.13% | 0.75% | - |
HSV(B) | 37.5º | 0.08% | 0.78% | - |
XYZ | 51.76 | 54.32 | 53.1 | - |
YUV | 194.65 | 121.99 | 131.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 184 | 0 | 0.03 | 0.08 | 0.22 | 37.5 | 0.13 | 0.75 |
Hex | C8 | C2 | B8 | 0 | 3 | 8 | 16 | 26 | D | 4B |
Octal | 310 | 302 | 270 | 0 | 3 | 10 | 26 | 46 | 15 | 113 |
Binary | 11001000 | 11000010 | 10111000 | 0 | 11 | 1000 | 10110 | 100110 | 1101 | 1001011 |
Color Harmonies of #C8C2B8
Complementary color
Monochromatic Colors of #C8C2B8
Black with #C8C2B8
Text Example
Text Example
White with #C8C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2B8; }
p { color: rgb(200,194,184); }
H1.HeaderClassName
{
color: #C8C2B8;
}
.AnyTagClassName
{
color: #C8C2B8;
}
</style>
background-color css
<style>
a { background-color: #C8C2B8; }
a { background-color: rgb(200,194,184); }
div.DivClassName
{
background-color: #C8C2B8;
}
.BgClassName
{
background-color: #C8C2B8;
}
</style>
border-color css
<style>
span { border-color: #C8C2B8; }
span { border-color: rgb(200,194,184); }
td.TdClassName
{
border-color: #C8C2B8;
}
.TagClassName
{
border-color: #C8C2B8;
}
</style>