Shades of Pink Flare #CCADB6
Tints of Pink Flare #CCADB6
RGB
CMYK
RGB Variations
Color information
#CCADB6 (or 0xCCADB6) is known color: Pink Flare. HEX triplet: CC, AD and B6. RGB value is (204,173,182). Sum of RGB (Red+Green+Blue) = 204+173+182=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB6 is #335249. Grayscale: #B7B7B7. Windows color (decimal): -3363402 or 11972044. OLE color: 11972044.
HSL color Cylindrical-coordinate representation of color #CCADB6: hue angle of 342.58º 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 #CCADB6 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 182 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.2 |
| HSL | 342.58º | 0.23% | 0.74% | - |
| HSV(B) | 342.58º | 0.15% | 0.8% | - |
| XYZ | 48.29 | 46.1 | 50.61 | - |
| YUV | 183.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 182 | 0 | 0.15 | 0.11 | 0.2 | 342.58 | 0.23 | 0.74 |
| Hex | CC | AD | B6 | 0 | F | B | 14 | 157 | 17 | 4A |
| Octal | 314 | 255 | 266 | 0 | 17 | 13 | 24 | 527 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10110110 | 0 | 1111 | 1011 | 10100 | 101010111 | 10111 | 1001010 |
Color Harmonies of #CCADB6
Complementary color
Monochromatic Colors of #CCADB6
Black with #CCADB6
Text Example
Text Example
White with #CCADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADB6; }
p { color: rgb(204,173,182); }
H1.HeaderClassName
{
color: #CCADB6;
}
.AnyTagClassName
{
color: #CCADB6;
}
</style>
background-color css
<style>
a { background-color: #CCADB6; }
a { background-color: rgb(204,173,182); }
div.DivClassName
{
background-color: #CCADB6;
}
.BgClassName
{
background-color: #CCADB6;
}
</style>
border-color css
<style>
span { border-color: #CCADB6; }
span { border-color: rgb(204,173,182); }
td.TdClassName
{
border-color: #CCADB6;
}
.TagClassName
{
border-color: #CCADB6;
}
</style>