Shades of Prelude #CAC1CC
Tints of Prelude #CAC1CC
RGB
CMYK
RGB Variations
Color information
#CAC1CC (or 0xCAC1CC) is known color: Prelude. HEX triplet: CA, C1 and CC. RGB value is (202,193,204). Sum of RGB (Red+Green+Blue) = 202+193+204=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1CC is #353E33. Grayscale: #C4C4C4. Windows color (decimal): -3489332 or 13418954. OLE color: 13418954.
HSL color Cylindrical-coordinate representation of color #CAC1CC: hue angle of 289.09º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAC1CC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 193 | 204 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.2 |
| HSL | 289.09º | 0.1% | 0.78% | - |
| HSV(B) | 289.09º | 0.05% | 0.8% | - |
| XYZ | 54.33 | 55.06 | 64.89 | - |
| YUV | 196.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 204 | 0.01 | 0.05 | 0 | 0.2 | 289.09 | 0.1 | 0.78 |
| Hex | CA | C1 | CC | 1 | 5 | 0 | 14 | 121 | A | 4E |
| Octal | 312 | 301 | 314 | 1 | 5 | 0 | 24 | 441 | 12 | 116 |
| Binary | 11001010 | 11000001 | 11001100 | 1 | 101 | 0 | 10100 | 100100001 | 1010 | 1001110 |
Color Harmonies of #CAC1CC
Complementary color
Monochromatic Colors of #CAC1CC
Black with #CAC1CC
Text Example
Text Example
White with #CAC1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1CC; }
p { color: rgb(202,193,204); }
H1.HeaderClassName
{
color: #CAC1CC;
}
.AnyTagClassName
{
color: #CAC1CC;
}
</style>
background-color css
<style>
a { background-color: #CAC1CC; }
a { background-color: rgb(202,193,204); }
div.DivClassName
{
background-color: #CAC1CC;
}
.BgClassName
{
background-color: #CAC1CC;
}
</style>
border-color css
<style>
span { border-color: #CAC1CC; }
span { border-color: rgb(202,193,204); }
td.TdClassName
{
border-color: #CAC1CC;
}
.TagClassName
{
border-color: #CAC1CC;
}
</style>