Shades of Pink Flare #C3AEB4
Tints of Pink Flare #C3AEB4
RGB
CMYK
RGB Variations
Color information
#C3AEB4 (or 0xC3AEB4) is known color: Pink Flare. HEX triplet: C3, AE and B4. RGB value is (195,174,180). Sum of RGB (Red+Green+Blue) = 195+174+180=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 174 (68.36% from 255 or 31.69% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AEB4 is #3C514B. Grayscale: #B4B4B4. Windows color (decimal): -3952972 or 11841219. OLE color: 11841219.
HSL color Cylindrical-coordinate representation of color #C3AEB4: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3AEB4 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 174 | 180 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.24 |
| HSL | 342.86º | 0.15% | 0.72% | - |
| HSV(B) | 342.86º | 0.11% | 0.76% | - |
| XYZ | 45.88 | 45.17 | 49.48 | - |
| YUV | 180.96 | 127.46 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 174 | 180 | 0 | 0.11 | 0.08 | 0.24 | 342.86 | 0.15 | 0.72 |
| Hex | C3 | AE | B4 | 0 | B | 8 | 18 | 157 | F | 48 |
| Octal | 303 | 256 | 264 | 0 | 13 | 10 | 30 | 527 | 17 | 110 |
| Binary | 11000011 | 10101110 | 10110100 | 0 | 1011 | 1000 | 11000 | 101010111 | 1111 | 1001000 |
Color Harmonies of #C3AEB4
Complementary color
Monochromatic Colors of #C3AEB4
Black with #C3AEB4
Text Example
Text Example
White with #C3AEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AEB4; }
p { color: rgb(195,174,180); }
H1.HeaderClassName
{
color: #C3AEB4;
}
.AnyTagClassName
{
color: #C3AEB4;
}
</style>
background-color css
<style>
a { background-color: #C3AEB4; }
a { background-color: rgb(195,174,180); }
div.DivClassName
{
background-color: #C3AEB4;
}
.BgClassName
{
background-color: #C3AEB4;
}
</style>
border-color css
<style>
span { border-color: #C3AEB4; }
span { border-color: rgb(195,174,180); }
td.TdClassName
{
border-color: #C3AEB4;
}
.TagClassName
{
border-color: #C3AEB4;
}
</style>