Shades of Pink Flare #CCAFB6
Tints of Pink Flare #CCAFB6
RGB
CMYK
RGB Variations
Color information
#CCAFB6 (or 0xCCAFB6) is known color: Pink Flare. HEX triplet: CC, AF and B6. RGB value is (204,175,182). Sum of RGB (Red+Green+Blue) = 204+175+182=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAFB6 is #335049. Grayscale: #B8B8B8. Windows color (decimal): -3362890 or 11972556. OLE color: 11972556.
HSL color Cylindrical-coordinate representation of color #CCAFB6: hue angle of 345.52º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCAFB6 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 175 | 182 | - |
CMYK | 0 | 0.14 | 0.11 | 0.2 |
HSL | 345.52º | 0.22% | 0.74% | - |
HSV(B) | 345.52º | 0.14% | 0.8% | - |
XYZ | 48.68 | 46.87 | 50.74 | - |
YUV | 184.47 | 126.61 | 141.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 175 | 182 | 0 | 0.14 | 0.11 | 0.2 | 345.52 | 0.22 | 0.74 |
Hex | CC | AF | B6 | 0 | E | B | 14 | 15A | 16 | 4A |
Octal | 314 | 257 | 266 | 0 | 16 | 13 | 24 | 532 | 26 | 112 |
Binary | 11001100 | 10101111 | 10110110 | 0 | 1110 | 1011 | 10100 | 101011010 | 10110 | 1001010 |
Color Harmonies of #CCAFB6
Complementary color
Monochromatic Colors of #CCAFB6
Black with #CCAFB6
Text Example
Text Example
White with #CCAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFB6; }
p { color: rgb(204,175,182); }
H1.HeaderClassName
{
color: #CCAFB6;
}
.AnyTagClassName
{
color: #CCAFB6;
}
</style>
background-color css
<style>
a { background-color: #CCAFB6; }
a { background-color: rgb(204,175,182); }
div.DivClassName
{
background-color: #CCAFB6;
}
.BgClassName
{
background-color: #CCAFB6;
}
</style>
border-color css
<style>
span { border-color: #CCAFB6; }
span { border-color: rgb(204,175,182); }
td.TdClassName
{
border-color: #CCAFB6;
}
.TagClassName
{
border-color: #CCAFB6;
}
</style>