Shades of Prelude #C4B0CA
Tints of Prelude #C4B0CA
RGB
CMYK
RGB Variations
Color information
#C4B0CA (or 0xC4B0CA) is known color: Prelude. HEX triplet: C4, B0 and CA. RGB value is (196,176,202). Sum of RGB (Red+Green+Blue) = 196+176+202=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #C4B0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4B0CA is #3B4F35. Grayscale: #B8B8B8. Windows color (decimal): -3886902 or 13283524. OLE color: 13283524.
HSL color Cylindrical-coordinate representation of color #C4B0CA: hue angle of 286.15º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B0CA is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 196 | 176 | 202 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.21 |
| HSL | 286.15º | 0.2% | 0.74% | - |
| HSV(B) | 286.15º | 0.13% | 0.79% | - |
| XYZ | 48.95 | 47.05 | 62.38 | - |
| YUV | 184.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 202 | 0.03 | 0.13 | 0 | 0.21 | 286.15 | 0.2 | 0.74 |
| Hex | C4 | B0 | CA | 3 | D | 0 | 15 | 11E | 14 | 4A |
| Octal | 304 | 260 | 312 | 3 | 15 | 0 | 25 | 436 | 24 | 112 |
| Binary | 11000100 | 10110000 | 11001010 | 11 | 1101 | 0 | 10101 | 100011110 | 10100 | 1001010 |
Color Harmonies of #C4B0CA
Complementary color
Monochromatic Colors of #C4B0CA
Black with #C4B0CA
Text Example
Text Example
White with #C4B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B0CA; }
p { color: rgb(196,176,202); }
H1.HeaderClassName
{
color: #C4B0CA;
}
.AnyTagClassName
{
color: #C4B0CA;
}
</style>
background-color css
<style>
a { background-color: #C4B0CA; }
a { background-color: rgb(196,176,202); }
div.DivClassName
{
background-color: #C4B0CA;
}
.BgClassName
{
background-color: #C4B0CA;
}
</style>
border-color css
<style>
span { border-color: #C4B0CA; }
span { border-color: rgb(196,176,202); }
td.TdClassName
{
border-color: #C4B0CA;
}
.TagClassName
{
border-color: #C4B0CA;
}
</style>