Shades of Prelude #CAC8CB
Tints of Prelude #CAC8CB
RGB
CMYK
RGB Variations
Color information
#CAC8CB (or 0xCAC8CB) is known color: Prelude. HEX triplet: CA, C8 and CB. RGB value is (202,200,203). Sum of RGB (Red+Green+Blue) = 202+200+203=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAC8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC8CB is #353734. Grayscale: #C8C8C8. Windows color (decimal): -3487541 or 13355210. OLE color: 13355210.
HSL color Cylindrical-coordinate representation of color #CAC8CB: hue angle of 280º degrees, saturation: 0.03, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CAC8CB is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 200 | 203 | - |
| CMYK | 0.00 | 0.01 | 0 | 0.20 |
| HSL | 280º | 0.03% | 0.79% | - |
| HSV(B) | 280º | 0.01% | 0.8% | - |
| XYZ | 55.79 | 58.18 | 64.79 | - |
| YUV | 200.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 203 | 0.00 | 0.01 | 0 | 0.20 | 280 | 0.03 | 0.79 |
| Hex | CA | C8 | CB | 0 | 1 | 0 | 14 | 118 | 3 | 4F |
| Octal | 312 | 310 | 313 | 0 | 1 | 0 | 24 | 430 | 3 | 117 |
| Binary | 11001010 | 11001000 | 11001011 | 0 | 1 | 0 | 10100 | 100011000 | 11 | 1001111 |
Color Harmonies of #CAC8CB
Complementary color
Monochromatic Colors of #CAC8CB
Black with #CAC8CB
Text Example
Text Example
White with #CAC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC8CB; }
p { color: rgb(202,200,203); }
H1.HeaderClassName
{
color: #CAC8CB;
}
.AnyTagClassName
{
color: #CAC8CB;
}
</style>
background-color css
<style>
a { background-color: #CAC8CB; }
a { background-color: rgb(202,200,203); }
div.DivClassName
{
background-color: #CAC8CB;
}
.BgClassName
{
background-color: #CAC8CB;
}
</style>
border-color css
<style>
span { border-color: #CAC8CB; }
span { border-color: rgb(202,200,203); }
td.TdClassName
{
border-color: #CAC8CB;
}
.TagClassName
{
border-color: #CAC8CB;
}
</style>