Shades of Pink Flare #CDACB1
Tints of Pink Flare #CDACB1
RGB
CMYK
RGB Variations
Color information
#CDACB1 (or 0xCDACB1) is known color: Pink Flare. HEX triplet: CD, AC and B1. RGB value is (205,172,177). Sum of RGB (Red+Green+Blue) = 205+172+177=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDACB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDACB1 is #32534E. Grayscale: #B6B6B6. Windows color (decimal): -3298127 or 11644109. OLE color: 11644109.
HSL color Cylindrical-coordinate representation of color #CDACB1: hue angle of 350.91º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDACB1 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 172 | 177 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.20 |
| HSL | 350.91º | 0.25% | 0.74% | - |
| HSV(B) | 350.91º | 0.16% | 0.8% | - |
| XYZ | 47.87 | 45.66 | 47.89 | - |
| YUV | 182.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 177 | 0 | 0.16 | 0.14 | 0.20 | 350.91 | 0.25 | 0.74 |
| Hex | CD | AC | B1 | 0 | 10 | E | 14 | 15F | 19 | 4A |
| Octal | 315 | 254 | 261 | 0 | 20 | 16 | 24 | 537 | 31 | 112 |
| Binary | 11001101 | 10101100 | 10110001 | 0 | 10000 | 1110 | 10100 | 101011111 | 11001 | 1001010 |
Color Harmonies of #CDACB1
Complementary color
Monochromatic Colors of #CDACB1
Black with #CDACB1
Text Example
Text Example
White with #CDACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACB1; }
p { color: rgb(205,172,177); }
H1.HeaderClassName
{
color: #CDACB1;
}
.AnyTagClassName
{
color: #CDACB1;
}
</style>
background-color css
<style>
a { background-color: #CDACB1; }
a { background-color: rgb(205,172,177); }
div.DivClassName
{
background-color: #CDACB1;
}
.BgClassName
{
background-color: #CDACB1;
}
</style>
border-color css
<style>
span { border-color: #CDACB1; }
span { border-color: rgb(205,172,177); }
td.TdClassName
{
border-color: #CDACB1;
}
.TagClassName
{
border-color: #CDACB1;
}
</style>