Shades of Pale Slate #CABCB0
Tints of Pale Slate #CABCB0
RGB
CMYK
RGB Variations
Color information
#CABCB0 (or 0xCABCB0) is known color: Pale Slate. HEX triplet: CA, BC and B0. RGB value is (202,188,176). Sum of RGB (Red+Green+Blue) = 202+188+176=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABCB0 is #35434F. Grayscale: #BEBEBE. Windows color (decimal): -3490640 or 11582666. OLE color: 11582666.
HSL color Cylindrical-coordinate representation of color #CABCB0: hue angle of 27.69º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABCB0 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 188 | 176 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.21 |
| HSL | 27.69º | 0.2% | 0.74% | - |
| HSV(B) | 27.69º | 0.13% | 0.79% | - |
| XYZ | 50.18 | 51.66 | 48.4 | - |
| YUV | 190.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 176 | 0 | 0.07 | 0.13 | 0.21 | 27.69 | 0.2 | 0.74 |
| Hex | CA | BC | B0 | 0 | 7 | D | 15 | 1C | 14 | 4A |
| Octal | 312 | 274 | 260 | 0 | 7 | 15 | 25 | 34 | 24 | 112 |
| Binary | 11001010 | 10111100 | 10110000 | 0 | 111 | 1101 | 10101 | 11100 | 10100 | 1001010 |
Color Harmonies of #CABCB0
Complementary color
Monochromatic Colors of #CABCB0
Black with #CABCB0
Text Example
Text Example
White with #CABCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCB0; }
p { color: rgb(202,188,176); }
H1.HeaderClassName
{
color: #CABCB0;
}
.AnyTagClassName
{
color: #CABCB0;
}
</style>
background-color css
<style>
a { background-color: #CABCB0; }
a { background-color: rgb(202,188,176); }
div.DivClassName
{
background-color: #CABCB0;
}
.BgClassName
{
background-color: #CABCB0;
}
</style>
border-color css
<style>
span { border-color: #CABCB0; }
span { border-color: rgb(202,188,176); }
td.TdClassName
{
border-color: #CABCB0;
}
.TagClassName
{
border-color: #CABCB0;
}
</style>