Shades of Pink Flare #C2AEB3
Tints of Pink Flare #C2AEB3
RGB
CMYK
RGB Variations
Color information
#C2AEB3 (or 0xC2AEB3) is known color: Pink Flare. HEX triplet: C2, AE and B3. RGB value is (194,174,179). Sum of RGB (Red+Green+Blue) = 194+174+179=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 179 (70.31% from 255 or 32.72% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AEB3 is #3D514C. Grayscale: #B4B4B4. Windows color (decimal): -4018509 or 11775682. OLE color: 11775682.
HSL color Cylindrical-coordinate representation of color #C2AEB3: hue angle of 345º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2AEB3 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 174 | 179 | - |
CMYK | 0 | 0.10 | 0.08 | 0.24 |
HSL | 345º | 0.14% | 0.72% | - |
HSV(B) | 345º | 0.1% | 0.76% | - |
XYZ | 45.52 | 45 | 48.93 | - |
YUV | 180.55 | 127.13 | 137.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 174 | 179 | 0 | 0.10 | 0.08 | 0.24 | 345 | 0.14 | 0.72 |
Hex | C2 | AE | B3 | 0 | A | 8 | 18 | 159 | E | 48 |
Octal | 302 | 256 | 263 | 0 | 12 | 10 | 30 | 531 | 16 | 110 |
Binary | 11000010 | 10101110 | 10110011 | 0 | 1010 | 1000 | 11000 | 101011001 | 1110 | 1001000 |
Color Harmonies of #C2AEB3
Complementary color
Monochromatic Colors of #C2AEB3
Black with #C2AEB3
Text Example
Text Example
White with #C2AEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEB3; }
p { color: rgb(194,174,179); }
H1.HeaderClassName
{
color: #C2AEB3;
}
.AnyTagClassName
{
color: #C2AEB3;
}
</style>
background-color css
<style>
a { background-color: #C2AEB3; }
a { background-color: rgb(194,174,179); }
div.DivClassName
{
background-color: #C2AEB3;
}
.BgClassName
{
background-color: #C2AEB3;
}
</style>
border-color css
<style>
span { border-color: #C2AEB3; }
span { border-color: rgb(194,174,179); }
td.TdClassName
{
border-color: #C2AEB3;
}
.TagClassName
{
border-color: #C2AEB3;
}
</style>