Shades of Pink Flare #CCADAF
Tints of Pink Flare #CCADAF
RGB
CMYK
RGB Variations
Color information
#CCADAF (or 0xCCADAF) is known color: Pink Flare. HEX triplet: CC, AD and AF. RGB value is (204,173,175). Sum of RGB (Red+Green+Blue) = 204+173+175=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 175 (68.75% from 255 or 31.70% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAF is #335250. Grayscale: #B6B6B6. Windows color (decimal): -3363409 or 11513292. OLE color: 11513292.
HSL color Cylindrical-coordinate representation of color #CCADAF: hue angle of 356.13º 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 #CCADAF is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 175 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.2 |
| HSL | 356.13º | 0.23% | 0.74% | - |
| HSV(B) | 356.13º | 0.15% | 0.8% | - |
| XYZ | 47.58 | 45.82 | 46.89 | - |
| YUV | 182.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 175 | 0 | 0.15 | 0.14 | 0.2 | 356.13 | 0.23 | 0.74 |
| Hex | CC | AD | AF | 0 | F | E | 14 | 164 | 17 | 4A |
| Octal | 314 | 255 | 257 | 0 | 17 | 16 | 24 | 544 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10101111 | 0 | 1111 | 1110 | 10100 | 101100100 | 10111 | 1001010 |
Color Harmonies of #CCADAF
Complementary color
Monochromatic Colors of #CCADAF
Black with #CCADAF
Text Example
Text Example
White with #CCADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADAF; }
p { color: rgb(204,173,175); }
H1.HeaderClassName
{
color: #CCADAF;
}
.AnyTagClassName
{
color: #CCADAF;
}
</style>
background-color css
<style>
a { background-color: #CCADAF; }
a { background-color: rgb(204,173,175); }
div.DivClassName
{
background-color: #CCADAF;
}
.BgClassName
{
background-color: #CCADAF;
}
</style>
border-color css
<style>
span { border-color: #CCADAF; }
span { border-color: rgb(204,173,175); }
td.TdClassName
{
border-color: #CCADAF;
}
.TagClassName
{
border-color: #CCADAF;
}
</style>