Shades of Pink Flare #CCADB2
Tints of Pink Flare #CCADB2
RGB
CMYK
RGB Variations
Color information
#CCADB2 (or 0xCCADB2) is known color: Pink Flare. HEX triplet: CC, AD and B2. RGB value is (204,173,178). Sum of RGB (Red+Green+Blue) = 204+173+178=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADB2 is #33524D. Grayscale: #B6B6B6. Windows color (decimal): -3363406 or 11709900. OLE color: 11709900.
HSL color Cylindrical-coordinate representation of color #CCADB2: hue angle of 350.32º 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 #CCADB2 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 178 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.2 |
| HSL | 350.32º | 0.23% | 0.74% | - |
| HSV(B) | 350.32º | 0.15% | 0.8% | - |
| XYZ | 47.88 | 45.94 | 48.46 | - |
| YUV | 182.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 178 | 0 | 0.15 | 0.13 | 0.2 | 350.32 | 0.23 | 0.74 |
| Hex | CC | AD | B2 | 0 | F | D | 14 | 15E | 17 | 4A |
| Octal | 314 | 255 | 262 | 0 | 17 | 15 | 24 | 536 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10110010 | 0 | 1111 | 1101 | 10100 | 101011110 | 10111 | 1001010 |
Color Harmonies of #CCADB2
Complementary color
Monochromatic Colors of #CCADB2
Black with #CCADB2
Text Example
Text Example
White with #CCADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADB2; }
p { color: rgb(204,173,178); }
H1.HeaderClassName
{
color: #CCADB2;
}
.AnyTagClassName
{
color: #CCADB2;
}
</style>
background-color css
<style>
a { background-color: #CCADB2; }
a { background-color: rgb(204,173,178); }
div.DivClassName
{
background-color: #CCADB2;
}
.BgClassName
{
background-color: #CCADB2;
}
</style>
border-color css
<style>
span { border-color: #CCADB2; }
span { border-color: rgb(204,173,178); }
td.TdClassName
{
border-color: #CCADB2;
}
.TagClassName
{
border-color: #CCADB2;
}
</style>