Shades of Prelude #CAC2CC
Tints of Prelude #CAC2CC
RGB
CMYK
RGB Variations
Color information
#CAC2CC (or 0xCAC2CC) is known color: Prelude. HEX triplet: CA, C2 and CC. RGB value is (202,194,204). Sum of RGB (Red+Green+Blue) = 202+194+204=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 194 (76.17% from 255 or 32.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 204 - color contains mainly: blue. Hex color #CAC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC2CC is #353D33. Grayscale: #C5C5C5. Windows color (decimal): -3489076 or 13419210. OLE color: 13419210.
HSL color Cylindrical-coordinate representation of color #CAC2CC: hue angle of 288º degrees, saturation: 0.09, 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 #CAC2CC is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 194 | 204 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.2 |
| HSL | 288º | 0.09% | 0.78% | - |
| HSV(B) | 288º | 0.05% | 0.8% | - |
| XYZ | 54.55 | 55.5 | 64.96 | - |
| YUV | 197.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 204 | 0.01 | 0.05 | 0 | 0.2 | 288 | 0.09 | 0.78 |
| Hex | CA | C2 | CC | 1 | 5 | 0 | 14 | 120 | 9 | 4E |
| Octal | 312 | 302 | 314 | 1 | 5 | 0 | 24 | 440 | 11 | 116 |
| Binary | 11001010 | 11000010 | 11001100 | 1 | 101 | 0 | 10100 | 100100000 | 1001 | 1001110 |
Color Harmonies of #CAC2CC
Complementary color
Monochromatic Colors of #CAC2CC
Black with #CAC2CC
Text Example
Text Example
White with #CAC2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC2CC; }
p { color: rgb(202,194,204); }
H1.HeaderClassName
{
color: #CAC2CC;
}
.AnyTagClassName
{
color: #CAC2CC;
}
</style>
background-color css
<style>
a { background-color: #CAC2CC; }
a { background-color: rgb(202,194,204); }
div.DivClassName
{
background-color: #CAC2CC;
}
.BgClassName
{
background-color: #CAC2CC;
}
</style>
border-color css
<style>
span { border-color: #CAC2CC; }
span { border-color: rgb(202,194,204); }
td.TdClassName
{
border-color: #CAC2CC;
}
.TagClassName
{
border-color: #CAC2CC;
}
</style>