Shades of Cloud #C8BCAC
Tints of Cloud #C8BCAC
RGB
CMYK
RGB Variations
Color information
#C8BCAC (or 0xC8BCAC) is known color: Cloud. HEX triplet: C8, BC and AC. RGB value is (200,188,172). Sum of RGB (Red+Green+Blue) = 200+188+172=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCAC is #374353. Grayscale: #BDBDBD. Windows color (decimal): -3621716 or 11320520. OLE color: 11320520.
HSL color Cylindrical-coordinate representation of color #C8BCAC: hue angle of 34.29º degrees, saturation: 0.2, 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 #C8BCAC is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 188 | 172 | - |
CMYK | 0 | 0.06 | 0.14 | 0.22 |
HSL | 34.29º | 0.2% | 0.73% | - |
HSV(B) | 34.29º | 0.14% | 0.78% | - |
XYZ | 49.25 | 51.22 | 46.32 | - |
YUV | 189.76 | 117.98 | 135.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 188 | 172 | 0 | 0.06 | 0.14 | 0.22 | 34.29 | 0.2 | 0.73 |
Hex | C8 | BC | AC | 0 | 6 | E | 16 | 22 | 14 | 49 |
Octal | 310 | 274 | 254 | 0 | 6 | 16 | 26 | 42 | 24 | 111 |
Binary | 11001000 | 10111100 | 10101100 | 0 | 110 | 1110 | 10110 | 100010 | 10100 | 1001001 |
Color Harmonies of #C8BCAC
Complementary color
Monochromatic Colors of #C8BCAC
Black with #C8BCAC
Text Example
Text Example
White with #C8BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCAC; }
p { color: rgb(200,188,172); }
H1.HeaderClassName
{
color: #C8BCAC;
}
.AnyTagClassName
{
color: #C8BCAC;
}
</style>
background-color css
<style>
a { background-color: #C8BCAC; }
a { background-color: rgb(200,188,172); }
div.DivClassName
{
background-color: #C8BCAC;
}
.BgClassName
{
background-color: #C8BCAC;
}
</style>
border-color css
<style>
span { border-color: #C8BCAC; }
span { border-color: rgb(200,188,172); }
td.TdClassName
{
border-color: #C8BCAC;
}
.TagClassName
{
border-color: #C8BCAC;
}
</style>