Shades of Pink Flare #CCAEB2
Tints of Pink Flare #CCAEB2
RGB
CMYK
RGB Variations
Color information
#CCAEB2 (or 0xCCAEB2) is known color: Pink Flare. HEX triplet: CC, AE and B2. RGB value is (204,174,178). Sum of RGB (Red+Green+Blue) = 204+174+178=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 178 (69.92% from 255 or 32.01% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEB2 is #33514D. Grayscale: #B7B7B7. Windows color (decimal): -3363150 or 11710156. OLE color: 11710156.
HSL color Cylindrical-coordinate representation of color #CCAEB2: hue angle of 352º 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 #CCAEB2 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 174 | 178 | - |
CMYK | 0 | 0.15 | 0.13 | 0.2 |
HSL | 352º | 0.23% | 0.74% | - |
HSV(B) | 352º | 0.15% | 0.8% | - |
XYZ | 48.07 | 46.32 | 48.53 | - |
YUV | 183.43 | 124.94 | 142.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 174 | 178 | 0 | 0.15 | 0.13 | 0.2 | 352 | 0.23 | 0.74 |
Hex | CC | AE | B2 | 0 | F | D | 14 | 160 | 17 | 4A |
Octal | 314 | 256 | 262 | 0 | 17 | 15 | 24 | 540 | 27 | 112 |
Binary | 11001100 | 10101110 | 10110010 | 0 | 1111 | 1101 | 10100 | 101100000 | 10111 | 1001010 |
Color Harmonies of #CCAEB2
Complementary color
Monochromatic Colors of #CCAEB2
Black with #CCAEB2
Text Example
Text Example
White with #CCAEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAEB2; }
p { color: rgb(204,174,178); }
H1.HeaderClassName
{
color: #CCAEB2;
}
.AnyTagClassName
{
color: #CCAEB2;
}
</style>
background-color css
<style>
a { background-color: #CCAEB2; }
a { background-color: rgb(204,174,178); }
div.DivClassName
{
background-color: #CCAEB2;
}
.BgClassName
{
background-color: #CCAEB2;
}
</style>
border-color css
<style>
span { border-color: #CCAEB2; }
span { border-color: rgb(204,174,178); }
td.TdClassName
{
border-color: #CCAEB2;
}
.TagClassName
{
border-color: #CCAEB2;
}
</style>