Shades of Cloud #C8C2B3
Tints of Cloud #C8C2B3
RGB
CMYK
RGB Variations
Color information
#C8C2B3 (or 0xC8C2B3) is known color: Cloud. HEX triplet: C8, C2 and B3. RGB value is (200,194,179). Sum of RGB (Red+Green+Blue) = 200+194+179=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 179 (70.31% from 255 or 31.24% from 573); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2B3 is #373D4C. Grayscale: #C2C2C2. Windows color (decimal): -3620173 or 11780808. OLE color: 11780808.
HSL color Cylindrical-coordinate representation of color #C8C2B3: hue angle of 42.86º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8C2B3 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 194 | 179 | - |
CMYK | 0 | 0.03 | 0.10 | 0.22 |
HSL | 42.86º | 0.16% | 0.74% | - |
HSV(B) | 42.86º | 0.11% | 0.78% | - |
XYZ | 51.25 | 54.12 | 50.39 | - |
YUV | 194.08 | 119.49 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 179 | 0 | 0.03 | 0.10 | 0.22 | 42.86 | 0.16 | 0.74 |
Hex | C8 | C2 | B3 | 0 | 3 | A | 16 | 2B | 10 | 4A |
Octal | 310 | 302 | 263 | 0 | 3 | 12 | 26 | 53 | 20 | 112 |
Binary | 11001000 | 11000010 | 10110011 | 0 | 11 | 1010 | 10110 | 101011 | 10000 | 1001010 |
Color Harmonies of #C8C2B3
Complementary color
Monochromatic Colors of #C8C2B3
Black with #C8C2B3
Text Example
Text Example
White with #C8C2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2B3; }
p { color: rgb(200,194,179); }
H1.HeaderClassName
{
color: #C8C2B3;
}
.AnyTagClassName
{
color: #C8C2B3;
}
</style>
background-color css
<style>
a { background-color: #C8C2B3; }
a { background-color: rgb(200,194,179); }
div.DivClassName
{
background-color: #C8C2B3;
}
.BgClassName
{
background-color: #C8C2B3;
}
</style>
border-color css
<style>
span { border-color: #C8C2B3; }
span { border-color: rgb(200,194,179); }
td.TdClassName
{
border-color: #C8C2B3;
}
.TagClassName
{
border-color: #C8C2B3;
}
</style>