Shades of Prelude #CAC0CF
Tints of Prelude #CAC0CF
RGB
CMYK
RGB Variations
Color information
#CAC0CF (or 0xCAC0CF) is known color: Prelude. HEX triplet: CA, C0 and CF. RGB value is (202,192,207). Sum of RGB (Red+Green+Blue) = 202+192+207=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0CF is #353F30. Grayscale: #C4C4C4. Windows color (decimal): -3489585 or 13615306. OLE color: 13615306.
HSL color Cylindrical-coordinate representation of color #CAC0CF: hue angle of 280º degrees, saturation: 0.14, 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 #CAC0CF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 192 | 207 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.19 |
| HSL | 280º | 0.14% | 0.78% | - |
| HSV(B) | 280º | 0.07% | 0.81% | - |
| XYZ | 54.47 | 54.76 | 66.73 | - |
| YUV | 196.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 207 | 0.02 | 0.07 | 0 | 0.19 | 280 | 0.14 | 0.78 |
| Hex | CA | C0 | CF | 2 | 7 | 0 | 13 | 118 | E | 4E |
| Octal | 312 | 300 | 317 | 2 | 7 | 0 | 23 | 430 | 16 | 116 |
| Binary | 11001010 | 11000000 | 11001111 | 10 | 111 | 0 | 10011 | 100011000 | 1110 | 1001110 |
Color Harmonies of #CAC0CF
Complementary color
Monochromatic Colors of #CAC0CF
Black with #CAC0CF
Text Example
Text Example
White with #CAC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0CF; }
p { color: rgb(202,192,207); }
H1.HeaderClassName
{
color: #CAC0CF;
}
.AnyTagClassName
{
color: #CAC0CF;
}
</style>
background-color css
<style>
a { background-color: #CAC0CF; }
a { background-color: rgb(202,192,207); }
div.DivClassName
{
background-color: #CAC0CF;
}
.BgClassName
{
background-color: #CAC0CF;
}
</style>
border-color css
<style>
span { border-color: #CAC0CF; }
span { border-color: rgb(202,192,207); }
td.TdClassName
{
border-color: #CAC0CF;
}
.TagClassName
{
border-color: #CAC0CF;
}
</style>