Shades of Cavern Pink #DCB5B5
Tints of Cavern Pink #DCB5B5
RGB
CMYK
RGB Variations
Color information
#DCB5B5 (or 0xDCB5B5) is known color: Cavern Pink. HEX triplet: DC, B5 and B5. RGB value is (220,181,181). Sum of RGB (Red+Green+Blue) = 220+181+181=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5B5 is #234A4A. Grayscale: #C0C0C0. Windows color (decimal): -2312779 or 11908572. OLE color: 11908572.
HSL color Cylindrical-coordinate representation of color #DCB5B5: hue angle of 0º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5B5 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 181 | 181 | - |
CMYK | 0 | 0.18 | 0.18 | 0.14 |
HSL | 0º | 0.36% | 0.79% | - |
HSV(B) | 0º | 0.18% | 0.86% | - |
XYZ | 54.38 | 51.6 | 50.81 | - |
YUV | 192.66 | 121.42 | 147.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 181 | 181 | 0 | 0.18 | 0.18 | 0.14 | 0 | 0.36 | 0.79 |
Hex | DC | B5 | B5 | 0 | 12 | 12 | E | 0 | 24 | 4F |
Octal | 334 | 265 | 265 | 0 | 22 | 22 | 16 | 0 | 44 | 117 |
Binary | 11011100 | 10110101 | 10110101 | 0 | 10010 | 10010 | 1110 | 0 | 100100 | 1001111 |
Color Harmonies of #DCB5B5
Complementary color
Monochromatic Colors of #DCB5B5
Black with #DCB5B5
Text Example
Text Example
White with #DCB5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5B5; }
p { color: rgb(220,181,181); }
H1.HeaderClassName
{
color: #DCB5B5;
}
.AnyTagClassName
{
color: #DCB5B5;
}
</style>
background-color css
<style>
a { background-color: #DCB5B5; }
a { background-color: rgb(220,181,181); }
div.DivClassName
{
background-color: #DCB5B5;
}
.BgClassName
{
background-color: #DCB5B5;
}
</style>
border-color css
<style>
span { border-color: #DCB5B5; }
span { border-color: rgb(220,181,181); }
td.TdClassName
{
border-color: #DCB5B5;
}
.TagClassName
{
border-color: #DCB5B5;
}
</style>