Shades of Twilight #CAC3C6
Tints of Twilight #CAC3C6
RGB
CMYK
RGB Variations
Color information
#CAC3C6 (or 0xCAC3C6) is known color: Twilight. HEX triplet: CA, C3 and C6. RGB value is (202,195,198). Sum of RGB (Red+Green+Blue) = 202+195+198=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 198 (77.73% from 255 or 33.28% from 595); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3C6 is #353C39. Grayscale: #C5C5C5. Windows color (decimal): -3488826 or 13026250. OLE color: 13026250.
HSL color Cylindrical-coordinate representation of color #CAC3C6: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CAC3C6 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 195 | 198 | - |
CMYK | 0 | 0.03 | 0.02 | 0.21 |
HSL | 334.29º | 0.06% | 0.78% | - |
HSV(B) | 334.29º | 0.03% | 0.79% | - |
XYZ | 54.07 | 55.66 | 61.32 | - |
YUV | 197.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 195 | 198 | 0 | 0.03 | 0.02 | 0.21 | 334.29 | 0.06 | 0.78 |
Hex | CA | C3 | C6 | 0 | 3 | 2 | 15 | 14E | 6 | 4E |
Octal | 312 | 303 | 306 | 0 | 3 | 2 | 25 | 516 | 6 | 116 |
Binary | 11001010 | 11000011 | 11000110 | 0 | 11 | 10 | 10101 | 101001110 | 110 | 1001110 |
Color Harmonies of #CAC3C6
Complementary color
Monochromatic Colors of #CAC3C6
Black with #CAC3C6
Text Example
Text Example
White with #CAC3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3C6; }
p { color: rgb(202,195,198); }
H1.HeaderClassName
{
color: #CAC3C6;
}
.AnyTagClassName
{
color: #CAC3C6;
}
</style>
background-color css
<style>
a { background-color: #CAC3C6; }
a { background-color: rgb(202,195,198); }
div.DivClassName
{
background-color: #CAC3C6;
}
.BgClassName
{
background-color: #CAC3C6;
}
</style>
border-color css
<style>
span { border-color: #CAC3C6; }
span { border-color: rgb(202,195,198); }
td.TdClassName
{
border-color: #CAC3C6;
}
.TagClassName
{
border-color: #CAC3C6;
}
</style>