Shades of Prelude #CAC6CB
Tints of Prelude #CAC6CB
RGB
CMYK
RGB Variations
Color information
#CAC6CB (or 0xCAC6CB) is known color: Prelude. HEX triplet: CA, C6 and CB. RGB value is (202,198,203). Sum of RGB (Red+Green+Blue) = 202+198+203=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 198 (77.73% from 255 or 32.84% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 203 - color contains mainly: blue. Hex color #CAC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6CB is #353934. Grayscale: #C7C7C7. Windows color (decimal): -3488053 or 13354698. OLE color: 13354698.
HSL color Cylindrical-coordinate representation of color #CAC6CB: hue angle of 288º degrees, saturation: 0.05, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CAC6CB is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 202 | 198 | 203 | - |
CMYK | 0.00 | 0.02 | 0 | 0.20 |
HSL | 288º | 0.05% | 0.79% | - |
HSV(B) | 288º | 0.02% | 0.8% | - |
XYZ | 55.33 | 57.26 | 64.64 | - |
YUV | 199.77 | 129.83 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 198 | 203 | 0.00 | 0.02 | 0 | 0.20 | 288 | 0.05 | 0.79 |
Hex | CA | C6 | CB | 0 | 2 | 0 | 14 | 120 | 5 | 4F |
Octal | 312 | 306 | 313 | 0 | 2 | 0 | 24 | 440 | 5 | 117 |
Binary | 11001010 | 11000110 | 11001011 | 0 | 10 | 0 | 10100 | 100100000 | 101 | 1001111 |
Color Harmonies of #CAC6CB
Complementary color
Monochromatic Colors of #CAC6CB
Black with #CAC6CB
Text Example
Text Example
White with #CAC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6CB; }
p { color: rgb(202,198,203); }
H1.HeaderClassName
{
color: #CAC6CB;
}
.AnyTagClassName
{
color: #CAC6CB;
}
</style>
background-color css
<style>
a { background-color: #CAC6CB; }
a { background-color: rgb(202,198,203); }
div.DivClassName
{
background-color: #CAC6CB;
}
.BgClassName
{
background-color: #CAC6CB;
}
</style>
border-color css
<style>
span { border-color: #CAC6CB; }
span { border-color: rgb(202,198,203); }
td.TdClassName
{
border-color: #CAC6CB;
}
.TagClassName
{
border-color: #CAC6CB;
}
</style>