Shades of Pink Flare #CDAFB6
Tints of Pink Flare #CDAFB6
RGB
CMYK
RGB Variations
Color information
#CDAFB6 (or 0xCDAFB6) is known color: Pink Flare. HEX triplet: CD, AF and B6. RGB value is (205,175,182). Sum of RGB (Red+Green+Blue) = 205+175+182=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFB6 is #325049. Grayscale: #B8B8B8. Windows color (decimal): -3297354 or 11972557. OLE color: 11972557.
HSL color Cylindrical-coordinate representation of color #CDAFB6: hue angle of 346º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDAFB6 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 175 | 182 | - |
CMYK | 0 | 0.15 | 0.11 | 0.20 |
HSL | 346º | 0.23% | 0.75% | - |
HSV(B) | 346º | 0.15% | 0.8% | - |
XYZ | 48.95 | 47.02 | 50.75 | - |
YUV | 184.77 | 126.44 | 142.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 175 | 182 | 0 | 0.15 | 0.11 | 0.20 | 346 | 0.23 | 0.75 |
Hex | CD | AF | B6 | 0 | F | B | 14 | 15A | 17 | 4B |
Octal | 315 | 257 | 266 | 0 | 17 | 13 | 24 | 532 | 27 | 113 |
Binary | 11001101 | 10101111 | 10110110 | 0 | 1111 | 1011 | 10100 | 101011010 | 10111 | 1001011 |
Color Harmonies of #CDAFB6
Complementary color
Monochromatic Colors of #CDAFB6
Black with #CDAFB6
Text Example
Text Example
White with #CDAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAFB6; }
p { color: rgb(205,175,182); }
H1.HeaderClassName
{
color: #CDAFB6;
}
.AnyTagClassName
{
color: #CDAFB6;
}
</style>
background-color css
<style>
a { background-color: #CDAFB6; }
a { background-color: rgb(205,175,182); }
div.DivClassName
{
background-color: #CDAFB6;
}
.BgClassName
{
background-color: #CDAFB6;
}
</style>
border-color css
<style>
span { border-color: #CDAFB6; }
span { border-color: rgb(205,175,182); }
td.TdClassName
{
border-color: #CDAFB6;
}
.TagClassName
{
border-color: #CDAFB6;
}
</style>