Shades of Pink Flare #CCABB5
Tints of Pink Flare #CCABB5
RGB
CMYK
RGB Variations
Color information
#CCABB5 (or 0xCCABB5) is known color: Pink Flare. HEX triplet: CC, AB and B5. RGB value is (204,171,181). Sum of RGB (Red+Green+Blue) = 204+171+181=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 181 (71.09% from 255 or 32.55% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCABB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCABB5 is #33544A. Grayscale: #B6B6B6. Windows color (decimal): -3363915 or 11905996. OLE color: 11905996.
HSL color Cylindrical-coordinate representation of color #CCABB5: hue angle of 341.82º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCABB5 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 171 | 181 | - |
CMYK | 0 | 0.16 | 0.11 | 0.2 |
HSL | 341.82º | 0.24% | 0.74% | - |
HSV(B) | 341.82º | 0.16% | 0.8% | - |
XYZ | 47.81 | 45.3 | 49.94 | - |
YUV | 182.01 | 127.43 | 143.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 171 | 181 | 0 | 0.16 | 0.11 | 0.2 | 341.82 | 0.24 | 0.74 |
Hex | CC | AB | B5 | 0 | 10 | B | 14 | 156 | 18 | 4A |
Octal | 314 | 253 | 265 | 0 | 20 | 13 | 24 | 526 | 30 | 112 |
Binary | 11001100 | 10101011 | 10110101 | 0 | 10000 | 1011 | 10100 | 101010110 | 11000 | 1001010 |
Color Harmonies of #CCABB5
Complementary color
Monochromatic Colors of #CCABB5
Black with #CCABB5
Text Example
Text Example
White with #CCABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCABB5; }
p { color: rgb(204,171,181); }
H1.HeaderClassName
{
color: #CCABB5;
}
.AnyTagClassName
{
color: #CCABB5;
}
</style>
background-color css
<style>
a { background-color: #CCABB5; }
a { background-color: rgb(204,171,181); }
div.DivClassName
{
background-color: #CCABB5;
}
.BgClassName
{
background-color: #CCABB5;
}
</style>
border-color css
<style>
span { border-color: #CCABB5; }
span { border-color: rgb(204,171,181); }
td.TdClassName
{
border-color: #CCABB5;
}
.TagClassName
{
border-color: #CCABB5;
}
</style>