Shades of Prelude #CAC1CF
Tints of Prelude #CAC1CF
RGB
CMYK
RGB Variations
Color information
#CAC1CF (or 0xCAC1CF) is known color: Prelude. HEX triplet: CA, C1 and CF. RGB value is (202,193,207). Sum of RGB (Red+Green+Blue) = 202+193+207=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #CAC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1CF is #353E30. Grayscale: #C5C5C5. Windows color (decimal): -3489329 or 13615562. OLE color: 13615562.
HSL color Cylindrical-coordinate representation of color #CAC1CF: hue angle of 278.57º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC1CF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 202 | 193 | 207 | - |
CMYK | 0.02 | 0.07 | 0 | 0.19 |
HSL | 278.57º | 0.13% | 0.78% | - |
HSV(B) | 278.57º | 0.07% | 0.81% | - |
XYZ | 54.69 | 55.2 | 66.8 | - |
YUV | 197.29 | 133.48 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 193 | 207 | 0.02 | 0.07 | 0 | 0.19 | 278.57 | 0.13 | 0.78 |
Hex | CA | C1 | CF | 2 | 7 | 0 | 13 | 117 | D | 4E |
Octal | 312 | 301 | 317 | 2 | 7 | 0 | 23 | 427 | 15 | 116 |
Binary | 11001010 | 11000001 | 11001111 | 10 | 111 | 0 | 10011 | 100010111 | 1101 | 1001110 |
Color Harmonies of #CAC1CF
Complementary color
Monochromatic Colors of #CAC1CF
Black with #CAC1CF
Text Example
Text Example
White with #CAC1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1CF; }
p { color: rgb(202,193,207); }
H1.HeaderClassName
{
color: #CAC1CF;
}
.AnyTagClassName
{
color: #CAC1CF;
}
</style>
background-color css
<style>
a { background-color: #CAC1CF; }
a { background-color: rgb(202,193,207); }
div.DivClassName
{
background-color: #CAC1CF;
}
.BgClassName
{
background-color: #CAC1CF;
}
</style>
border-color css
<style>
span { border-color: #CAC1CF; }
span { border-color: rgb(202,193,207); }
td.TdClassName
{
border-color: #CAC1CF;
}
.TagClassName
{
border-color: #CAC1CF;
}
</style>