Shades of Pale Slate #C4B8B3
Tints of Pale Slate #C4B8B3
RGB
CMYK
RGB Variations
Color information
#C4B8B3 (or 0xC4B8B3) is known color: Pale Slate. HEX triplet: C4, B8 and B3. RGB value is (196,184,179). Sum of RGB (Red+Green+Blue) = 196+184+179=559 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35.06% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 179 (70.31% from 255 or 32.02% from 559); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B8B3 is #3B474C. Grayscale: #BBBBBB. Windows color (decimal): -3884877 or 11778244. OLE color: 11778244.
HSL color Cylindrical-coordinate representation of color #C4B8B3: hue angle of 17.65º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C4B8B3 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 179 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.23 |
| HSL | 17.65º | 0.13% | 0.74% | - |
| HSV(B) | 17.65º | 0.09% | 0.77% | - |
| XYZ | 48.04 | 49.27 | 49.63 | - |
| YUV | 187.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 179 | 0 | 0.06 | 0.09 | 0.23 | 17.65 | 0.13 | 0.74 |
| Hex | C4 | B8 | B3 | 0 | 6 | 9 | 17 | 12 | D | 4A |
| Octal | 304 | 270 | 263 | 0 | 6 | 11 | 27 | 22 | 15 | 112 |
| Binary | 11000100 | 10111000 | 10110011 | 0 | 110 | 1001 | 10111 | 10010 | 1101 | 1001010 |
Color Harmonies of #C4B8B3
Complementary color
Monochromatic Colors of #C4B8B3
Black with #C4B8B3
Text Example
Text Example
White with #C4B8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B8B3; }
p { color: rgb(196,184,179); }
H1.HeaderClassName
{
color: #C4B8B3;
}
.AnyTagClassName
{
color: #C4B8B3;
}
</style>
background-color css
<style>
a { background-color: #C4B8B3; }
a { background-color: rgb(196,184,179); }
div.DivClassName
{
background-color: #C4B8B3;
}
.BgClassName
{
background-color: #C4B8B3;
}
</style>
border-color css
<style>
span { border-color: #C4B8B3; }
span { border-color: rgb(196,184,179); }
td.TdClassName
{
border-color: #C4B8B3;
}
.TagClassName
{
border-color: #C4B8B3;
}
</style>