Shades of Prelude #C8C1CA
Tints of Prelude #C8C1CA
RGB
CMYK
RGB Variations
Color information
#C8C1CA (or 0xC8C1CA) is known color: Prelude. HEX triplet: C8, C1 and CA. RGB value is (200,193,202). Sum of RGB (Red+Green+Blue) = 200+193+202=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 193 (75.78% from 255 or 32.44% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8C1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1CA is #373E35. Grayscale: #C4C4C4. Windows color (decimal): -3620406 or 13287880. OLE color: 13287880.
HSL color Cylindrical-coordinate representation of color #C8C1CA: hue angle of 286.67º degrees, saturation: 0.08, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C1CA is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 200 | 193 | 202 | - |
CMYK | 0.01 | 0.04 | 0 | 0.21 |
HSL | 286.67º | 0.08% | 0.77% | - |
HSV(B) | 286.67º | 0.04% | 0.79% | - |
XYZ | 53.55 | 54.68 | 63.61 | - |
YUV | 196.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 193 | 202 | 0.01 | 0.04 | 0 | 0.21 | 286.67 | 0.08 | 0.77 |
Hex | C8 | C1 | CA | 1 | 4 | 0 | 15 | 11F | 8 | 4D |
Octal | 310 | 301 | 312 | 1 | 4 | 0 | 25 | 437 | 10 | 115 |
Binary | 11001000 | 11000001 | 11001010 | 1 | 100 | 0 | 10101 | 100011111 | 1000 | 1001101 |
Color Harmonies of #C8C1CA
Complementary color
Monochromatic Colors of #C8C1CA
Black with #C8C1CA
Text Example
Text Example
White with #C8C1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C1CA; }
p { color: rgb(200,193,202); }
H1.HeaderClassName
{
color: #C8C1CA;
}
.AnyTagClassName
{
color: #C8C1CA;
}
</style>
background-color css
<style>
a { background-color: #C8C1CA; }
a { background-color: rgb(200,193,202); }
div.DivClassName
{
background-color: #C8C1CA;
}
.BgClassName
{
background-color: #C8C1CA;
}
</style>
border-color css
<style>
span { border-color: #C8C1CA; }
span { border-color: rgb(200,193,202); }
td.TdClassName
{
border-color: #C8C1CA;
}
.TagClassName
{
border-color: #C8C1CA;
}
</style>