Shades of Stark White #CBC1B6
Tints of Stark White #CBC1B6
RGB
CMYK
RGB Variations
Color information
#CBC1B6 (or 0xCBC1B6) is known color: Stark White. HEX triplet: CB, C1 and B6. RGB value is (203,193,182). Sum of RGB (Red+Green+Blue) = 203+193+182=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 182 (71.48% from 255 or 31.49% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC1B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1B6 is #343E49. Grayscale: #C2C2C2. Windows color (decimal): -3423818 or 11977163. OLE color: 11977163.
HSL color Cylindrical-coordinate representation of color #CBC1B6: hue angle of 31.43º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC1B6 is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 193 | 182 | - |
CMYK | 0 | 0.05 | 0.10 | 0.20 |
HSL | 31.43º | 0.17% | 0.75% | - |
HSV(B) | 31.43º | 0.1% | 0.8% | - |
XYZ | 52.14 | 54.21 | 51.97 | - |
YUV | 194.74 | 120.81 | 133.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 193 | 182 | 0 | 0.05 | 0.10 | 0.20 | 31.43 | 0.17 | 0.75 |
Hex | CB | C1 | B6 | 0 | 5 | A | 14 | 1F | 11 | 4B |
Octal | 313 | 301 | 266 | 0 | 5 | 12 | 24 | 37 | 21 | 113 |
Binary | 11001011 | 11000001 | 10110110 | 0 | 101 | 1010 | 10100 | 11111 | 10001 | 1001011 |
Color Harmonies of #CBC1B6
Complementary color
Monochromatic Colors of #CBC1B6
Black with #CBC1B6
Text Example
Text Example
White with #CBC1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1B6; }
p { color: rgb(203,193,182); }
H1.HeaderClassName
{
color: #CBC1B6;
}
.AnyTagClassName
{
color: #CBC1B6;
}
</style>
background-color css
<style>
a { background-color: #CBC1B6; }
a { background-color: rgb(203,193,182); }
div.DivClassName
{
background-color: #CBC1B6;
}
.BgClassName
{
background-color: #CBC1B6;
}
</style>
border-color css
<style>
span { border-color: #CBC1B6; }
span { border-color: rgb(203,193,182); }
td.TdClassName
{
border-color: #CBC1B6;
}
.TagClassName
{
border-color: #CBC1B6;
}
</style>