Shades of Cavern Pink #DFACAC
Tints of Cavern Pink #DFACAC
RGB
CMYK
RGB Variations
Color information
#DFACAC (or 0xDFACAC) is known color: Cavern Pink. HEX triplet: DF, AC and AC. RGB value is (223,172,172). Sum of RGB (Red+Green+Blue) = 223+172+172=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFACAC is #205353. Grayscale: #BBBBBB. Windows color (decimal): -2118484 or 11316447. OLE color: 11316447.
HSL color Cylindrical-coordinate representation of color #DFACAC: hue angle of 0º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFACAC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 172 | 172 | - |
CMYK | 0 | 0.23 | 0.23 | 0.13 |
HSL | 0º | 0.44% | 0.77% | - |
HSV(B) | 0º | 0.23% | 0.87% | - |
XYZ | 52.63 | 48.17 | 45.55 | - |
YUV | 187.25 | 119.4 | 153.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 172 | 172 | 0 | 0.23 | 0.23 | 0.13 | 0 | 0.44 | 0.77 |
Hex | DF | AC | AC | 0 | 17 | 17 | D | 0 | 2C | 4D |
Octal | 337 | 254 | 254 | 0 | 27 | 27 | 15 | 0 | 54 | 115 |
Binary | 11011111 | 10101100 | 10101100 | 0 | 10111 | 10111 | 1101 | 0 | 101100 | 1001101 |
Color Harmonies of #DFACAC
Complementary color
Monochromatic Colors of #DFACAC
Black with #DFACAC
Text Example
Text Example
White with #DFACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFACAC; }
p { color: rgb(223,172,172); }
H1.HeaderClassName
{
color: #DFACAC;
}
.AnyTagClassName
{
color: #DFACAC;
}
</style>
background-color css
<style>
a { background-color: #DFACAC; }
a { background-color: rgb(223,172,172); }
div.DivClassName
{
background-color: #DFACAC;
}
.BgClassName
{
background-color: #DFACAC;
}
</style>
border-color css
<style>
span { border-color: #DFACAC; }
span { border-color: rgb(223,172,172); }
td.TdClassName
{
border-color: #DFACAC;
}
.TagClassName
{
border-color: #DFACAC;
}
</style>