Shades of Pale Slate #CABCB5
Tints of Pale Slate #CABCB5
RGB
CMYK
RGB Variations
Color information
#CABCB5 (or 0xCABCB5) is known color: Pale Slate. HEX triplet: CA, BC and B5. RGB value is (202,188,181). Sum of RGB (Red+Green+Blue) = 202+188+181=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 181 (71.09% from 255 or 31.70% from 571); Max value from RGB is 202 - color contains mainly: red. Hex color #CABCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCB5 is #35434A. Grayscale: #BFBFBF. Windows color (decimal): -3490635 or 11910346. OLE color: 11910346.
HSL color Cylindrical-coordinate representation of color #CABCB5: hue angle of 20º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CABCB5 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 188 | 181 | - |
CMYK | 0 | 0.07 | 0.10 | 0.21 |
HSL | 20º | 0.17% | 0.75% | - |
HSV(B) | 20º | 0.1% | 0.79% | - |
XYZ | 50.68 | 51.86 | 51.05 | - |
YUV | 191.39 | 122.14 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 188 | 181 | 0 | 0.07 | 0.10 | 0.21 | 20 | 0.17 | 0.75 |
Hex | CA | BC | B5 | 0 | 7 | A | 15 | 14 | 11 | 4B |
Octal | 312 | 274 | 265 | 0 | 7 | 12 | 25 | 24 | 21 | 113 |
Binary | 11001010 | 10111100 | 10110101 | 0 | 111 | 1010 | 10101 | 10100 | 10001 | 1001011 |
Color Harmonies of #CABCB5
Complementary color
Monochromatic Colors of #CABCB5
Black with #CABCB5
Text Example
Text Example
White with #CABCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCB5; }
p { color: rgb(202,188,181); }
H1.HeaderClassName
{
color: #CABCB5;
}
.AnyTagClassName
{
color: #CABCB5;
}
</style>
background-color css
<style>
a { background-color: #CABCB5; }
a { background-color: rgb(202,188,181); }
div.DivClassName
{
background-color: #CABCB5;
}
.BgClassName
{
background-color: #CABCB5;
}
</style>
border-color css
<style>
span { border-color: #CABCB5; }
span { border-color: rgb(202,188,181); }
td.TdClassName
{
border-color: #CABCB5;
}
.TagClassName
{
border-color: #CABCB5;
}
</style>