Shades of Stark White #CBC3B5
Tints of Stark White #CBC3B5
RGB
CMYK
RGB Variations
Color information
#CBC3B5 (or 0xCBC3B5) is known color: Stark White. HEX triplet: CB, C3 and B5. RGB value is (203,195,181). Sum of RGB (Red+Green+Blue) = 203+195+181=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 195 (76.56% from 255 or 33.68% from 579); Blue value is 181 (71.09% from 255 or 31.26% from 579); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3B5 is #343C4A. Grayscale: #C3C3C3. Windows color (decimal): -3423307 or 11912139. OLE color: 11912139.
HSL color Cylindrical-coordinate representation of color #CBC3B5: hue angle of 38.18º 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 #CBC3B5 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 181 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.20 |
| HSL | 38.18º | 0.17% | 0.75% | - |
| HSV(B) | 38.18º | 0.11% | 0.8% | - |
| XYZ | 52.48 | 55.06 | 51.58 | - |
| YUV | 195.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 181 | 0 | 0.04 | 0.11 | 0.20 | 38.18 | 0.17 | 0.75 |
| Hex | CB | C3 | B5 | 0 | 4 | B | 14 | 26 | 11 | 4B |
| Octal | 313 | 303 | 265 | 0 | 4 | 13 | 24 | 46 | 21 | 113 |
| Binary | 11001011 | 11000011 | 10110101 | 0 | 100 | 1011 | 10100 | 100110 | 10001 | 1001011 |
Color Harmonies of #CBC3B5
Complementary color
Monochromatic Colors of #CBC3B5
Black with #CBC3B5
Text Example
Text Example
White with #CBC3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3B5; }
p { color: rgb(203,195,181); }
H1.HeaderClassName
{
color: #CBC3B5;
}
.AnyTagClassName
{
color: #CBC3B5;
}
</style>
background-color css
<style>
a { background-color: #CBC3B5; }
a { background-color: rgb(203,195,181); }
div.DivClassName
{
background-color: #CBC3B5;
}
.BgClassName
{
background-color: #CBC3B5;
}
</style>
border-color css
<style>
span { border-color: #CBC3B5; }
span { border-color: rgb(203,195,181); }
td.TdClassName
{
border-color: #CBC3B5;
}
.TagClassName
{
border-color: #CBC3B5;
}
</style>