Shades of Prelude #C4ACCB
Tints of Prelude #C4ACCB
RGB
CMYK
RGB Variations
Color information
#C4ACCB (or 0xC4ACCB) is known color: Prelude. HEX triplet: C4, AC and CB. RGB value is (196,172,203). Sum of RGB (Red+Green+Blue) = 196+172+203=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #C4ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACCB is #3B5334. Grayscale: #B6B6B6. Windows color (decimal): -3887925 or 13348036. OLE color: 13348036.
HSL color Cylindrical-coordinate representation of color #C4ACCB: hue angle of 286.45º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C4ACCB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 196 | 172 | 203 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.20 |
| HSL | 286.45º | 0.23% | 0.74% | - |
| HSV(B) | 286.45º | 0.15% | 0.8% | - |
| XYZ | 48.3 | 45.55 | 62.75 | - |
| YUV | 182.71 | 139.45 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 203 | 0.03 | 0.15 | 0 | 0.20 | 286.45 | 0.23 | 0.74 |
| Hex | C4 | AC | CB | 3 | F | 0 | 14 | 11E | 17 | 4A |
| Octal | 304 | 254 | 313 | 3 | 17 | 0 | 24 | 436 | 27 | 112 |
| Binary | 11000100 | 10101100 | 11001011 | 11 | 1111 | 0 | 10100 | 100011110 | 10111 | 1001010 |
Color Harmonies of #C4ACCB
Complementary color
Monochromatic Colors of #C4ACCB
Black with #C4ACCB
Text Example
Text Example
White with #C4ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACCB; }
p { color: rgb(196,172,203); }
H1.HeaderClassName
{
color: #C4ACCB;
}
.AnyTagClassName
{
color: #C4ACCB;
}
</style>
background-color css
<style>
a { background-color: #C4ACCB; }
a { background-color: rgb(196,172,203); }
div.DivClassName
{
background-color: #C4ACCB;
}
.BgClassName
{
background-color: #C4ACCB;
}
</style>
border-color css
<style>
span { border-color: #C4ACCB; }
span { border-color: rgb(196,172,203); }
td.TdClassName
{
border-color: #C4ACCB;
}
.TagClassName
{
border-color: #C4ACCB;
}
</style>