Shades of Cavern Pink #DCB2B0
Tints of Cavern Pink #DCB2B0
RGB
CMYK
RGB Variations
Color information
#DCB2B0 (or 0xDCB2B0) is known color: Cavern Pink. HEX triplet: DC, B2 and B0. RGB value is (220,178,176). Sum of RGB (Red+Green+Blue) = 220+178+176=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 176 (69.14% from 255 or 30.66% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB2B0 is #234D4F. Grayscale: #BEBEBE. Windows color (decimal): -2313552 or 11580124. OLE color: 11580124.
HSL color Cylindrical-coordinate representation of color #DCB2B0: hue angle of 2.73º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB2B0 is Cyan = 0, Magento = 0.19, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 176 | - |
| CMYK | 0 | 0.19 | 0.2 | 0.14 |
| HSL | 2.73º | 0.39% | 0.78% | - |
| HSV(B) | 2.73º | 0.2% | 0.86% | - |
| XYZ | 53.27 | 50.19 | 47.95 | - |
| YUV | 190.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 176 | 0 | 0.19 | 0.2 | 0.14 | 2.73 | 0.39 | 0.78 |
| Hex | DC | B2 | B0 | 0 | 13 | 14 | E | 3 | 27 | 4E |
| Octal | 334 | 262 | 260 | 0 | 23 | 24 | 16 | 3 | 47 | 116 |
| Binary | 11011100 | 10110010 | 10110000 | 0 | 10011 | 10100 | 1110 | 11 | 100111 | 1001110 |
Color Harmonies of #DCB2B0
Complementary color
Monochromatic Colors of #DCB2B0
Black with #DCB2B0
Text Example
Text Example
White with #DCB2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2B0; }
p { color: rgb(220,178,176); }
H1.HeaderClassName
{
color: #DCB2B0;
}
.AnyTagClassName
{
color: #DCB2B0;
}
</style>
background-color css
<style>
a { background-color: #DCB2B0; }
a { background-color: rgb(220,178,176); }
div.DivClassName
{
background-color: #DCB2B0;
}
.BgClassName
{
background-color: #DCB2B0;
}
</style>
border-color css
<style>
span { border-color: #DCB2B0; }
span { border-color: rgb(220,178,176); }
td.TdClassName
{
border-color: #DCB2B0;
}
.TagClassName
{
border-color: #DCB2B0;
}
</style>