Shades of Prelude #CAC0CE
Tints of Prelude #CAC0CE
RGB
CMYK
RGB Variations
Color information
#CAC0CE (or 0xCAC0CE) is known color: Prelude. HEX triplet: CA, C0 and CE. RGB value is (202,192,206). Sum of RGB (Red+Green+Blue) = 202+192+206=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #CAC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0CE is #353F31. Grayscale: #C4C4C4. Windows color (decimal): -3489586 or 13549770. OLE color: 13549770.
HSL color Cylindrical-coordinate representation of color #CAC0CE: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC0CE is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 192 | 206 | - |
CMYK | 0.02 | 0.07 | 0 | 0.19 |
HSL | 282.86º | 0.13% | 0.78% | - |
HSV(B) | 282.86º | 0.07% | 0.81% | - |
XYZ | 54.35 | 54.71 | 66.09 | - |
YUV | 196.59 | 133.31 | 131.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 192 | 206 | 0.02 | 0.07 | 0 | 0.19 | 282.86 | 0.13 | 0.78 |
Hex | CA | C0 | CE | 2 | 7 | 0 | 13 | 11B | C | 4E |
Octal | 312 | 300 | 316 | 2 | 7 | 0 | 23 | 433 | 14 | 116 |
Binary | 11001010 | 11000000 | 11001110 | 10 | 111 | 0 | 10011 | 100011011 | 1100 | 1001110 |
Color Harmonies of #CAC0CE
Complementary color
Monochromatic Colors of #CAC0CE
Black with #CAC0CE
Text Example
Text Example
White with #CAC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0CE; }
p { color: rgb(202,192,206); }
H1.HeaderClassName
{
color: #CAC0CE;
}
.AnyTagClassName
{
color: #CAC0CE;
}
</style>
background-color css
<style>
a { background-color: #CAC0CE; }
a { background-color: rgb(202,192,206); }
div.DivClassName
{
background-color: #CAC0CE;
}
.BgClassName
{
background-color: #CAC0CE;
}
</style>
border-color css
<style>
span { border-color: #CAC0CE; }
span { border-color: rgb(202,192,206); }
td.TdClassName
{
border-color: #CAC0CE;
}
.TagClassName
{
border-color: #CAC0CE;
}
</style>