Shades of Twilight #CAC5C8
Tints of Twilight #CAC5C8
RGB
CMYK
RGB Variations
Color information
#CAC5C8 (or 0xCAC5C8) is known color: Twilight. HEX triplet: CA, C5 and C8. RGB value is (202,197,200). Sum of RGB (Red+Green+Blue) = 202+197+200=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5C8 is #353A37. Grayscale: #C6C6C6. Windows color (decimal): -3488312 or 13157834. OLE color: 13157834.
HSL color Cylindrical-coordinate representation of color #CAC5C8: hue angle of 324º degrees, saturation: 0.05, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC5C8 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 197 | 200 | - |
CMYK | 0 | 0.02 | 0.01 | 0.21 |
HSL | 324º | 0.05% | 0.78% | - |
HSV(B) | 324º | 0.02% | 0.79% | - |
XYZ | 54.75 | 56.66 | 62.69 | - |
YUV | 198.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 200 | 0 | 0.02 | 0.01 | 0.21 | 324 | 0.05 | 0.78 |
Hex | CA | C5 | C8 | 0 | 2 | 1 | 15 | 144 | 5 | 4E |
Octal | 312 | 305 | 310 | 0 | 2 | 1 | 25 | 504 | 5 | 116 |
Binary | 11001010 | 11000101 | 11001000 | 0 | 10 | 1 | 10101 | 101000100 | 101 | 1001110 |
Color Harmonies of #CAC5C8
Complementary color
Monochromatic Colors of #CAC5C8
Black with #CAC5C8
Text Example
Text Example
White with #CAC5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5C8; }
p { color: rgb(202,197,200); }
H1.HeaderClassName
{
color: #CAC5C8;
}
.AnyTagClassName
{
color: #CAC5C8;
}
</style>
background-color css
<style>
a { background-color: #CAC5C8; }
a { background-color: rgb(202,197,200); }
div.DivClassName
{
background-color: #CAC5C8;
}
.BgClassName
{
background-color: #CAC5C8;
}
</style>
border-color css
<style>
span { border-color: #CAC5C8; }
span { border-color: rgb(202,197,200); }
td.TdClassName
{
border-color: #CAC5C8;
}
.TagClassName
{
border-color: #CAC5C8;
}
</style>