Shades of Pink Flare #CCAEB5
Tints of Pink Flare #CCAEB5
RGB
CMYK
RGB Variations
Color information
#CCAEB5 (or 0xCCAEB5) is known color: Pink Flare. HEX triplet: CC, AE and B5. RGB value is (204,174,181). Sum of RGB (Red+Green+Blue) = 204+174+181=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 174 (68.36% from 255 or 31.13% from 559); Blue value is 181 (71.09% from 255 or 32.38% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEB5 is #33514A. Grayscale: #B7B7B7. Windows color (decimal): -3363147 or 11906764. OLE color: 11906764.
HSL color Cylindrical-coordinate representation of color #CCAEB5: hue angle of 346º 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 #CCAEB5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 174 | 181 | - |
CMYK | 0 | 0.15 | 0.11 | 0.2 |
HSL | 346º | 0.23% | 0.74% | - |
HSV(B) | 346º | 0.15% | 0.8% | - |
XYZ | 48.38 | 46.45 | 50.13 | - |
YUV | 183.77 | 126.44 | 142.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 174 | 181 | 0 | 0.15 | 0.11 | 0.2 | 346 | 0.23 | 0.74 |
Hex | CC | AE | B5 | 0 | F | B | 14 | 15A | 17 | 4A |
Octal | 314 | 256 | 265 | 0 | 17 | 13 | 24 | 532 | 27 | 112 |
Binary | 11001100 | 10101110 | 10110101 | 0 | 1111 | 1011 | 10100 | 101011010 | 10111 | 1001010 |
Color Harmonies of #CCAEB5
Complementary color
Monochromatic Colors of #CCAEB5
Black with #CCAEB5
Text Example
Text Example
White with #CCAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEB5; }
p { color: rgb(204,174,181); }
H1.HeaderClassName
{
color: #CCAEB5;
}
.AnyTagClassName
{
color: #CCAEB5;
}
</style>
background-color css
<style>
a { background-color: #CCAEB5; }
a { background-color: rgb(204,174,181); }
div.DivClassName
{
background-color: #CCAEB5;
}
.BgClassName
{
background-color: #CCAEB5;
}
</style>
border-color css
<style>
span { border-color: #CCAEB5; }
span { border-color: rgb(204,174,181); }
td.TdClassName
{
border-color: #CCAEB5;
}
.TagClassName
{
border-color: #CCAEB5;
}
</style>