Shades of Prelude #C3ACCB
Tints of Prelude #C3ACCB
RGB
CMYK
RGB Variations
Color information
#C3ACCB (or 0xC3ACCB) is known color: Prelude. HEX triplet: C3, AC and CB. RGB value is (195,172,203). Sum of RGB (Red+Green+Blue) = 195+172+203=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ACCB is #3C5334. Grayscale: #B6B6B6. Windows color (decimal): -3953461 or 13348035. OLE color: 13348035.
HSL color Cylindrical-coordinate representation of color #C3ACCB: hue angle of 284.52º 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 #C3ACCB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 172 | 203 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.20 |
| HSL | 284.52º | 0.23% | 0.74% | - |
| HSV(B) | 284.52º | 0.15% | 0.8% | - |
| XYZ | 48.04 | 45.42 | 62.73 | - |
| YUV | 182.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 203 | 0.04 | 0.15 | 0 | 0.20 | 284.52 | 0.23 | 0.74 |
| Hex | C3 | AC | CB | 4 | F | 0 | 14 | 11D | 17 | 4A |
| Octal | 303 | 254 | 313 | 4 | 17 | 0 | 24 | 435 | 27 | 112 |
| Binary | 11000011 | 10101100 | 11001011 | 100 | 1111 | 0 | 10100 | 100011101 | 10111 | 1001010 |
Color Harmonies of #C3ACCB
Complementary color
Monochromatic Colors of #C3ACCB
Black with #C3ACCB
Text Example
Text Example
White with #C3ACCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ACCB; }
p { color: rgb(195,172,203); }
H1.HeaderClassName
{
color: #C3ACCB;
}
.AnyTagClassName
{
color: #C3ACCB;
}
</style>
background-color css
<style>
a { background-color: #C3ACCB; }
a { background-color: rgb(195,172,203); }
div.DivClassName
{
background-color: #C3ACCB;
}
.BgClassName
{
background-color: #C3ACCB;
}
</style>
border-color css
<style>
span { border-color: #C3ACCB; }
span { border-color: rgb(195,172,203); }
td.TdClassName
{
border-color: #C3ACCB;
}
.TagClassName
{
border-color: #C3ACCB;
}
</style>