Shades of Pink Flare #CCADB4
Tints of Pink Flare #CCADB4
RGB
CMYK
RGB Variations
Color information
#CCADB4 (or 0xCCADB4) is known color: Pink Flare. HEX triplet: CC, AD and B4. RGB value is (204,173,180). Sum of RGB (Red+Green+Blue) = 204+173+180=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB4 is #33524B. Grayscale: #B7B7B7. Windows color (decimal): -3363404 or 11840972. OLE color: 11840972.
HSL color Cylindrical-coordinate representation of color #CCADB4: hue angle of 346.45º 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 #CCADB4 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 180 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.2 |
| HSL | 346.45º | 0.23% | 0.74% | - |
| HSV(B) | 346.45º | 0.15% | 0.8% | - |
| XYZ | 48.08 | 46.02 | 49.53 | - |
| YUV | 183.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 180 | 0 | 0.15 | 0.12 | 0.2 | 346.45 | 0.23 | 0.74 |
| Hex | CC | AD | B4 | 0 | F | C | 14 | 15A | 17 | 4A |
| Octal | 314 | 255 | 264 | 0 | 17 | 14 | 24 | 532 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10110100 | 0 | 1111 | 1100 | 10100 | 101011010 | 10111 | 1001010 |
Color Harmonies of #CCADB4
Complementary color
Monochromatic Colors of #CCADB4
Black with #CCADB4
Text Example
Text Example
White with #CCADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADB4; }
p { color: rgb(204,173,180); }
H1.HeaderClassName
{
color: #CCADB4;
}
.AnyTagClassName
{
color: #CCADB4;
}
</style>
background-color css
<style>
a { background-color: #CCADB4; }
a { background-color: rgb(204,173,180); }
div.DivClassName
{
background-color: #CCADB4;
}
.BgClassName
{
background-color: #CCADB4;
}
</style>
border-color css
<style>
span { border-color: #CCADB4; }
span { border-color: rgb(204,173,180); }
td.TdClassName
{
border-color: #CCADB4;
}
.TagClassName
{
border-color: #CCADB4;
}
</style>