Shades of Prelude #CAC0CC
Tints of Prelude #CAC0CC
RGB
CMYK
RGB Variations
Color information
#CAC0CC (or 0xCAC0CC) is known color: Prelude. HEX triplet: CA, C0 and CC. RGB value is (202,192,204). Sum of RGB (Red+Green+Blue) = 202+192+204=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 192 (75.39% from 255 or 32.11% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0CC is #353F33. Grayscale: #C4C4C4. Windows color (decimal): -3489588 or 13418698. OLE color: 13418698.
HSL color Cylindrical-coordinate representation of color #CAC0CC: hue angle of 290º degrees, saturation: 0.11, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC0CC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 192 | 204 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.2 |
| HSL | 290º | 0.11% | 0.78% | - |
| HSV(B) | 290º | 0.06% | 0.8% | - |
| XYZ | 54.11 | 54.62 | 64.82 | - |
| YUV | 196.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 204 | 0.01 | 0.06 | 0 | 0.2 | 290 | 0.11 | 0.78 |
| Hex | CA | C0 | CC | 1 | 6 | 0 | 14 | 122 | B | 4E |
| Octal | 312 | 300 | 314 | 1 | 6 | 0 | 24 | 442 | 13 | 116 |
| Binary | 11001010 | 11000000 | 11001100 | 1 | 110 | 0 | 10100 | 100100010 | 1011 | 1001110 |
Color Harmonies of #CAC0CC
Complementary color
Monochromatic Colors of #CAC0CC
Black with #CAC0CC
Text Example
Text Example
White with #CAC0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0CC; }
p { color: rgb(202,192,204); }
H1.HeaderClassName
{
color: #CAC0CC;
}
.AnyTagClassName
{
color: #CAC0CC;
}
</style>
background-color css
<style>
a { background-color: #CAC0CC; }
a { background-color: rgb(202,192,204); }
div.DivClassName
{
background-color: #CAC0CC;
}
.BgClassName
{
background-color: #CAC0CC;
}
</style>
border-color css
<style>
span { border-color: #CAC0CC; }
span { border-color: rgb(202,192,204); }
td.TdClassName
{
border-color: #CAC0CC;
}
.TagClassName
{
border-color: #CAC0CC;
}
</style>