Shades of Stark White #C8C3BD
Tints of Stark White #C8C3BD
RGB
CMYK
RGB Variations
Color information
#C8C3BD (or 0xC8C3BD) is known color: Stark White. HEX triplet: C8, C3 and BD. RGB value is (200,195,189). Sum of RGB (Red+Green+Blue) = 200+195+189=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3BD is #373C42. Grayscale: #C3C3C3. Windows color (decimal): -3619907 or 12436424. OLE color: 12436424.
HSL color Cylindrical-coordinate representation of color #C8C3BD: hue angle of 32.73º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C8C3BD is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 195 | 189 | - |
CMYK | 0 | 0.02 | 0.06 | 0.22 |
HSL | 32.73º | 0.09% | 0.76% | - |
HSV(B) | 32.73º | 0.06% | 0.78% | - |
XYZ | 52.52 | 54.98 | 55.99 | - |
YUV | 195.81 | 124.16 | 130.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 189 | 0 | 0.02 | 0.06 | 0.22 | 32.73 | 0.09 | 0.76 |
Hex | C8 | C3 | BD | 0 | 2 | 6 | 16 | 21 | 9 | 4C |
Octal | 310 | 303 | 275 | 0 | 2 | 6 | 26 | 41 | 11 | 114 |
Binary | 11001000 | 11000011 | 10111101 | 0 | 10 | 110 | 10110 | 100001 | 1001 | 1001100 |
Color Harmonies of #C8C3BD
Complementary color
Monochromatic Colors of #C8C3BD
Black with #C8C3BD
Text Example
Text Example
White with #C8C3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3BD; }
p { color: rgb(200,195,189); }
H1.HeaderClassName
{
color: #C8C3BD;
}
.AnyTagClassName
{
color: #C8C3BD;
}
</style>
background-color css
<style>
a { background-color: #C8C3BD; }
a { background-color: rgb(200,195,189); }
div.DivClassName
{
background-color: #C8C3BD;
}
.BgClassName
{
background-color: #C8C3BD;
}
</style>
border-color css
<style>
span { border-color: #C8C3BD; }
span { border-color: rgb(200,195,189); }
td.TdClassName
{
border-color: #C8C3BD;
}
.TagClassName
{
border-color: #C8C3BD;
}
</style>