Html Css Color HEX #DCB6B3 Cavern Pink

📋 copy color: '#DCB6B3'

red 220 ◦ green 182 ◦ blue 179

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

Shades of Cavern Pink #DCB6B3

Tints of Cavern Pink #DCB6B3

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.33%

 BLUE value IS 179 (70.31% from 255) = 30.81%

R = 37.87%
G = 31.33%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCB6B3 (or 0xDCB6B3) is known color: Cavern Pink. HEX triplet: DC, B6 and B3. RGB value is (220,182,179). Sum of RGB (Red+Green+Blue) = 220+182+179=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 182 (71.48% from 255 or 31.33% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6B3 is #23494C. Grayscale: #C1C1C1. Windows color (decimal): -2312525 or 11777756. OLE color: 11777756.

HSL color Cylindrical-coordinate representation of color #DCB6B3: hue angle of 4.39º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB6B3 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 182 179 -
CMYK 0 0.17 0.19 0.14
HSL 4.39º 0.37% 0.78% -
HSV(B) 4.39º 0.19% 0.86% -
XYZ 54.38 51.93 49.8 -
YUV 193.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 220 182 179 0 0.17 0.19 0.14 4.39 0.37 0.78
Hex DC B6 B3 0 11 13 E 4 25 4E
Octal 334 266 263 0 21 23 16 4 45 116
Binary 11011100 10110110 10110011 0 10001 10011 1110 100 100101 1001110

Color Harmonies of #DCB6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB6B3

Black with #DCB6B3

Text Example


Text Example

White with #DCB6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB6B3; }

 p { color: rgb(220,182,179); }

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

background-color css

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

 a { background-color: rgb(220,182,179); }

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

border-color css

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

 span { border-color: rgb(220,182,179); }

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