Shades of Pink Flare #CCADB3
Tints of Pink Flare #CCADB3
RGB
CMYK
RGB Variations
Color information
#CCADB3 (or 0xCCADB3) is known color: Pink Flare. HEX triplet: CC, AD and B3. RGB value is (204,173,179). Sum of RGB (Red+Green+Blue) = 204+173+179=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 179 (70.31% from 255 or 32.19% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB3 is #33524C. Grayscale: #B6B6B6. Windows color (decimal): -3363405 or 11775436. OLE color: 11775436.
HSL color Cylindrical-coordinate representation of color #CCADB3: hue angle of 348.39º 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 #CCADB3 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 173 | 179 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.2 |
| HSL | 348.39º | 0.23% | 0.74% | - |
| HSV(B) | 348.39º | 0.15% | 0.8% | - |
| XYZ | 47.98 | 45.98 | 48.99 | - |
| YUV | 182.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 173 | 179 | 0 | 0.15 | 0.12 | 0.2 | 348.39 | 0.23 | 0.74 |
| Hex | CC | AD | B3 | 0 | F | C | 14 | 15C | 17 | 4A |
| Octal | 314 | 255 | 263 | 0 | 17 | 14 | 24 | 534 | 27 | 112 |
| Binary | 11001100 | 10101101 | 10110011 | 0 | 1111 | 1100 | 10100 | 101011100 | 10111 | 1001010 |
Color Harmonies of #CCADB3
Complementary color
Monochromatic Colors of #CCADB3
Black with #CCADB3
Text Example
Text Example
White with #CCADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADB3; }
p { color: rgb(204,173,179); }
H1.HeaderClassName
{
color: #CCADB3;
}
.AnyTagClassName
{
color: #CCADB3;
}
</style>
background-color css
<style>
a { background-color: #CCADB3; }
a { background-color: rgb(204,173,179); }
div.DivClassName
{
background-color: #CCADB3;
}
.BgClassName
{
background-color: #CCADB3;
}
</style>
border-color css
<style>
span { border-color: #CCADB3; }
span { border-color: rgb(204,173,179); }
td.TdClassName
{
border-color: #CCADB3;
}
.TagClassName
{
border-color: #CCADB3;
}
</style>