Shades of Stark White #CBC2B5
Tints of Stark White #CBC2B5
RGB
CMYK
RGB Variations
Color information
#CBC2B5 (or 0xCBC2B5) is known color: Stark White. HEX triplet: CB, C2 and B5. RGB value is (203,194,181). Sum of RGB (Red+Green+Blue) = 203+194+181=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 194 (76.17% from 255 or 33.56% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2B5 is #343D4A. Grayscale: #C3C3C3. Windows color (decimal): -3423563 or 11911883. OLE color: 11911883.
HSL color Cylindrical-coordinate representation of color #CBC2B5: hue angle of 35.45º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC2B5 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 194 | 181 | - |
CMYK | 0 | 0.04 | 0.11 | 0.20 |
HSL | 35.45º | 0.17% | 0.75% | - |
HSV(B) | 35.45º | 0.11% | 0.8% | - |
XYZ | 52.26 | 54.62 | 51.5 | - |
YUV | 195.21 | 119.98 | 133.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 194 | 181 | 0 | 0.04 | 0.11 | 0.20 | 35.45 | 0.17 | 0.75 |
Hex | CB | C2 | B5 | 0 | 4 | B | 14 | 23 | 11 | 4B |
Octal | 313 | 302 | 265 | 0 | 4 | 13 | 24 | 43 | 21 | 113 |
Binary | 11001011 | 11000010 | 10110101 | 0 | 100 | 1011 | 10100 | 100011 | 10001 | 1001011 |
Color Harmonies of #CBC2B5
Complementary color
Monochromatic Colors of #CBC2B5
Black with #CBC2B5
Text Example
Text Example
White with #CBC2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2B5; }
p { color: rgb(203,194,181); }
H1.HeaderClassName
{
color: #CBC2B5;
}
.AnyTagClassName
{
color: #CBC2B5;
}
</style>
background-color css
<style>
a { background-color: #CBC2B5; }
a { background-color: rgb(203,194,181); }
div.DivClassName
{
background-color: #CBC2B5;
}
.BgClassName
{
background-color: #CBC2B5;
}
</style>
border-color css
<style>
span { border-color: #CBC2B5; }
span { border-color: rgb(203,194,181); }
td.TdClassName
{
border-color: #CBC2B5;
}
.TagClassName
{
border-color: #CBC2B5;
}
</style>