Html Css Color HEX #DCB7B0 Cavern Pink

📋 copy color: '#DCB7B0'

red 220 ◦ green 183 ◦ blue 176

#DCB7B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cavern Pink #DCB7B0

Tints of Cavern Pink #DCB7B0

RGB

 RED value IS 220 (86.33% from 255) = 38%

 GREEN value IS 183 (71.88% from 255) = 31.61%

 BLUE value IS 176 (69.14% from 255) = 30.4%

R = 38%
G = 31.61%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.2

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DCB7B0 (or 0xDCB7B0) is known color: Cavern Pink. HEX triplet: DC, B7 and B0. RGB value is (220,183,176). Sum of RGB (Red+Green+Blue) = 220+183+176=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 183 (71.88% from 255 or 31.61% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB7B0 is #23484F. Grayscale: #C1C1C1. Windows color (decimal): -2312272 or 11581404. OLE color: 11581404.

HSL color Cylindrical-coordinate representation of color #DCB7B0: hue angle of 9.55º 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 #DCB7B0 is Cyan = 0, Magento = 0.17, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 176 -
CMYK 0 0.17 0.2 0.14
HSL 9.55º 0.39% 0.78% -
HSV(B) 9.55º 0.2% 0.86% -
XYZ 54.29 52.22 48.29 -
YUV 193.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 220 183 176 0 0.17 0.2 0.14 9.55 0.39 0.78
Hex DC B7 B0 0 11 14 E A 27 4E
Octal 334 267 260 0 21 24 16 12 47 116
Binary 11011100 10110111 10110000 0 10001 10100 1110 1010 100111 1001110

Color Harmonies of #DCB7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB7B0

Black with #DCB7B0

Text Example


Text Example

White with #DCB7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB7B0; }

 p { color: rgb(220,183,176); }

 H1.HeaderClassName
 {
   color: #DCB7B0;
 }
 .AnyTagClassName
 {
   color: #DCB7B0;
 }
</style>

background-color css

<style>
 a { background-color: #DCB7B0; }

 a { background-color: rgb(220,183,176); }

 div.DivClassName
 {
   background-color: #DCB7B0;
 }
 .BgClassName
 {
   background-color: #DCB7B0;
 }
</style>

border-color css

<style>
 span { border-color: #DCB7B0; }

 span { border-color: rgb(220,183,176); }

 td.TdClassName
 {
   border-color: #DCB7B0;
 }
 .TagClassName
 {
   border-color: #DCB7B0;
 }
</style>