Shades of Twilight #CAC1C6
Tints of Twilight #CAC1C6
RGB
CMYK
RGB Variations
Color information
#CAC1C6 (or 0xCAC1C6) is known color: Twilight. HEX triplet: CA, C1 and C6. RGB value is (202,193,198). Sum of RGB (Red+Green+Blue) = 202+193+198=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC1C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1C6 is #353E39. Grayscale: #C4C4C4. Windows color (decimal): -3489338 or 13025738. OLE color: 13025738.
HSL color Cylindrical-coordinate representation of color #CAC1C6: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAC1C6 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 193 | 198 | - |
CMYK | 0 | 0.04 | 0.02 | 0.21 |
HSL | 326.67º | 0.08% | 0.77% | - |
HSV(B) | 326.67º | 0.04% | 0.79% | - |
XYZ | 53.62 | 54.77 | 61.17 | - |
YUV | 196.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 198 | 0 | 0.04 | 0.02 | 0.21 | 326.67 | 0.08 | 0.77 |
Hex | CA | C1 | C6 | 0 | 4 | 2 | 15 | 147 | 8 | 4D |
Octal | 312 | 301 | 306 | 0 | 4 | 2 | 25 | 507 | 10 | 115 |
Binary | 11001010 | 11000001 | 11000110 | 0 | 100 | 10 | 10101 | 101000111 | 1000 | 1001101 |
Color Harmonies of #CAC1C6
Complementary color
Monochromatic Colors of #CAC1C6
Black with #CAC1C6
Text Example
Text Example
White with #CAC1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1C6; }
p { color: rgb(202,193,198); }
H1.HeaderClassName
{
color: #CAC1C6;
}
.AnyTagClassName
{
color: #CAC1C6;
}
</style>
background-color css
<style>
a { background-color: #CAC1C6; }
a { background-color: rgb(202,193,198); }
div.DivClassName
{
background-color: #CAC1C6;
}
.BgClassName
{
background-color: #CAC1C6;
}
</style>
border-color css
<style>
span { border-color: #CAC1C6; }
span { border-color: rgb(202,193,198); }
td.TdClassName
{
border-color: #CAC1C6;
}
.TagClassName
{
border-color: #CAC1C6;
}
</style>