Shades of Pale Slate #CBC2BB
Tints of Pale Slate #CBC2BB
RGB
CMYK
RGB Variations
Color information
#CBC2BB (or 0xCBC2BB) is known color: Pale Slate. HEX triplet: CB, C2 and BB. RGB value is (203,194,187). Sum of RGB (Red+Green+Blue) = 203+194+187=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2BB is #343D44. Grayscale: #C3C3C3. Windows color (decimal): -3423557 or 12305099. OLE color: 12305099.
HSL color Cylindrical-coordinate representation of color #CBC2BB: hue angle of 26.25º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBC2BB is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 187 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.20 |
| HSL | 26.25º | 0.13% | 0.76% | - |
| HSV(B) | 26.25º | 0.08% | 0.8% | - |
| XYZ | 52.89 | 54.87 | 54.82 | - |
| YUV | 195.89 | 122.98 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 187 | 0 | 0.04 | 0.08 | 0.20 | 26.25 | 0.13 | 0.76 |
| Hex | CB | C2 | BB | 0 | 4 | 8 | 14 | 1A | D | 4C |
| Octal | 313 | 302 | 273 | 0 | 4 | 10 | 24 | 32 | 15 | 114 |
| Binary | 11001011 | 11000010 | 10111011 | 0 | 100 | 1000 | 10100 | 11010 | 1101 | 1001100 |
Color Harmonies of #CBC2BB
Complementary color
Monochromatic Colors of #CBC2BB
Black with #CBC2BB
Text Example
Text Example
White with #CBC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2BB; }
p { color: rgb(203,194,187); }
H1.HeaderClassName
{
color: #CBC2BB;
}
.AnyTagClassName
{
color: #CBC2BB;
}
</style>
background-color css
<style>
a { background-color: #CBC2BB; }
a { background-color: rgb(203,194,187); }
div.DivClassName
{
background-color: #CBC2BB;
}
.BgClassName
{
background-color: #CBC2BB;
}
</style>
border-color css
<style>
span { border-color: #CBC2BB; }
span { border-color: rgb(203,194,187); }
td.TdClassName
{
border-color: #CBC2BB;
}
.TagClassName
{
border-color: #CBC2BB;
}
</style>