Shades of Stark White #CBC1B2
Tints of Stark White #CBC1B2
RGB
CMYK
RGB Variations
Color information
#CBC1B2 (or 0xCBC1B2) is known color: Stark White. HEX triplet: CB, C1 and B2. RGB value is (203,193,178). Sum of RGB (Red+Green+Blue) = 203+193+178=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 193 (75.78% from 255 or 33.62% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC1B2 is #343E4D. Grayscale: #C2C2C2. Windows color (decimal): -3423822 or 11715019. OLE color: 11715019.
HSL color Cylindrical-coordinate representation of color #CBC1B2: hue angle of 36º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC1B2 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 193 | 178 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.20 |
| HSL | 36º | 0.19% | 0.75% | - |
| HSV(B) | 36º | 0.12% | 0.8% | - |
| XYZ | 51.73 | 54.05 | 49.83 | - |
| YUV | 194.28 | 118.81 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 178 | 0 | 0.05 | 0.12 | 0.20 | 36 | 0.19 | 0.75 |
| Hex | CB | C1 | B2 | 0 | 5 | C | 14 | 24 | 13 | 4B |
| Octal | 313 | 301 | 262 | 0 | 5 | 14 | 24 | 44 | 23 | 113 |
| Binary | 11001011 | 11000001 | 10110010 | 0 | 101 | 1100 | 10100 | 100100 | 10011 | 1001011 |
Color Harmonies of #CBC1B2
Complementary color
Monochromatic Colors of #CBC1B2
Black with #CBC1B2
Text Example
Text Example
White with #CBC1B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1B2; }
p { color: rgb(203,193,178); }
H1.HeaderClassName
{
color: #CBC1B2;
}
.AnyTagClassName
{
color: #CBC1B2;
}
</style>
background-color css
<style>
a { background-color: #CBC1B2; }
a { background-color: rgb(203,193,178); }
div.DivClassName
{
background-color: #CBC1B2;
}
.BgClassName
{
background-color: #CBC1B2;
}
</style>
border-color css
<style>
span { border-color: #CBC1B2; }
span { border-color: rgb(203,193,178); }
td.TdClassName
{
border-color: #CBC1B2;
}
.TagClassName
{
border-color: #CBC1B2;
}
</style>