Shades of Pink Flare #CCACB2
Tints of Pink Flare #CCACB2
RGB
CMYK
RGB Variations
Color information
#CCACB2 (or 0xCCACB2) is known color: Pink Flare. HEX triplet: CC, AC and B2. RGB value is (204,172,178). Sum of RGB (Red+Green+Blue) = 204+172+178=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 178 (69.92% from 255 or 32.13% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACB2 is #33534D. Grayscale: #B6B6B6. Windows color (decimal): -3363662 or 11709644. OLE color: 11709644.
HSL color Cylindrical-coordinate representation of color #CCACB2: hue angle of 348.75º 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 #CCACB2 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 172 | 178 | - |
CMYK | 0 | 0.16 | 0.13 | 0.2 |
HSL | 348.75º | 0.24% | 0.74% | - |
HSV(B) | 348.75º | 0.16% | 0.8% | - |
XYZ | 47.69 | 45.56 | 48.4 | - |
YUV | 182.25 | 125.6 | 143.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 172 | 178 | 0 | 0.16 | 0.13 | 0.2 | 348.75 | 0.24 | 0.74 |
Hex | CC | AC | B2 | 0 | 10 | D | 14 | 15D | 18 | 4A |
Octal | 314 | 254 | 262 | 0 | 20 | 15 | 24 | 535 | 30 | 112 |
Binary | 11001100 | 10101100 | 10110010 | 0 | 10000 | 1101 | 10100 | 101011101 | 11000 | 1001010 |
Color Harmonies of #CCACB2
Complementary color
Monochromatic Colors of #CCACB2
Black with #CCACB2
Text Example
Text Example
White with #CCACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACB2; }
p { color: rgb(204,172,178); }
H1.HeaderClassName
{
color: #CCACB2;
}
.AnyTagClassName
{
color: #CCACB2;
}
</style>
background-color css
<style>
a { background-color: #CCACB2; }
a { background-color: rgb(204,172,178); }
div.DivClassName
{
background-color: #CCACB2;
}
.BgClassName
{
background-color: #CCACB2;
}
</style>
border-color css
<style>
span { border-color: #CCACB2; }
span { border-color: rgb(204,172,178); }
td.TdClassName
{
border-color: #CCACB2;
}
.TagClassName
{
border-color: #CCACB2;
}
</style>