Shades of Pink Flare #CCADB5
Tints of Pink Flare #CCADB5
RGB
CMYK
RGB Variations
Color information
#CCADB5 (or 0xCCADB5) is known color: Pink Flare. HEX triplet: CC, AD and B5. RGB value is (204,173,181). Sum of RGB (Red+Green+Blue) = 204+173+181=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCADB5 is #33524A. Grayscale: #B7B7B7. Windows color (decimal): -3363403 or 11906508. OLE color: 11906508.
HSL color Cylindrical-coordinate representation of color #CCADB5: hue angle of 344.52º 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 #CCADB5 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 173 | 181 | - |
CMYK | 0 | 0.15 | 0.11 | 0.2 |
HSL | 344.52º | 0.23% | 0.74% | - |
HSV(B) | 344.52º | 0.15% | 0.8% | - |
XYZ | 48.19 | 46.06 | 50.07 | - |
YUV | 183.18 | 126.77 | 142.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 173 | 181 | 0 | 0.15 | 0.11 | 0.2 | 344.52 | 0.23 | 0.74 |
Hex | CC | AD | B5 | 0 | F | B | 14 | 159 | 17 | 4A |
Octal | 314 | 255 | 265 | 0 | 17 | 13 | 24 | 531 | 27 | 112 |
Binary | 11001100 | 10101101 | 10110101 | 0 | 1111 | 1011 | 10100 | 101011001 | 10111 | 1001010 |
Color Harmonies of #CCADB5
Complementary color
Monochromatic Colors of #CCADB5
Black with #CCADB5
Text Example
Text Example
White with #CCADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCADB5; }
p { color: rgb(204,173,181); }
H1.HeaderClassName
{
color: #CCADB5;
}
.AnyTagClassName
{
color: #CCADB5;
}
</style>
background-color css
<style>
a { background-color: #CCADB5; }
a { background-color: rgb(204,173,181); }
div.DivClassName
{
background-color: #CCADB5;
}
.BgClassName
{
background-color: #CCADB5;
}
</style>
border-color css
<style>
span { border-color: #CCADB5; }
span { border-color: rgb(204,173,181); }
td.TdClassName
{
border-color: #CCADB5;
}
.TagClassName
{
border-color: #CCADB5;
}
</style>