Shades of Pale Slate #CAC8C7
Tints of Pale Slate #CAC8C7
RGB
CMYK
RGB Variations
Color information
#CAC8C7 (or 0xCAC8C7) is known color: Pale Slate. HEX triplet: CA, C8 and C7. RGB value is (202,200,199). Sum of RGB (Red+Green+Blue) = 202+200+199=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 199 (78.12% from 255 or 33.11% from 601); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC8C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8C7 is #353738. Grayscale: #C8C8C8. Windows color (decimal): -3487545 or 13093066. OLE color: 13093066.
HSL color Cylindrical-coordinate representation of color #CAC8C7: hue angle of 20º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CAC8C7 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 200 | 199 | - |
CMYK | 0 | 0.01 | 0.01 | 0.21 |
HSL | 20º | 0.03% | 0.79% | - |
HSV(B) | 20º | 0.01% | 0.79% | - |
XYZ | 55.32 | 57.99 | 62.31 | - |
YUV | 200.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 200 | 199 | 0 | 0.01 | 0.01 | 0.21 | 20 | 0.03 | 0.79 |
Hex | CA | C8 | C7 | 0 | 1 | 1 | 15 | 14 | 3 | 4F |
Octal | 312 | 310 | 307 | 0 | 1 | 1 | 25 | 24 | 3 | 117 |
Binary | 11001010 | 11001000 | 11000111 | 0 | 1 | 1 | 10101 | 10100 | 11 | 1001111 |
Color Harmonies of #CAC8C7
Complementary color
Monochromatic Colors of #CAC8C7
Black with #CAC8C7
Text Example
Text Example
White with #CAC8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8C7; }
p { color: rgb(202,200,199); }
H1.HeaderClassName
{
color: #CAC8C7;
}
.AnyTagClassName
{
color: #CAC8C7;
}
</style>
background-color css
<style>
a { background-color: #CAC8C7; }
a { background-color: rgb(202,200,199); }
div.DivClassName
{
background-color: #CAC8C7;
}
.BgClassName
{
background-color: #CAC8C7;
}
</style>
border-color css
<style>
span { border-color: #CAC8C7; }
span { border-color: rgb(202,200,199); }
td.TdClassName
{
border-color: #CAC8C7;
}
.TagClassName
{
border-color: #CAC8C7;
}
</style>