Html Css Color HEX #DCB5B3 Cavern Pink

📋 copy color: '#DCB5B3'

red 220 ◦ green 181 ◦ blue 179

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

Shades of Cavern Pink #DCB5B3

Tints of Cavern Pink #DCB5B3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.21%

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

R = 37.93%
G = 31.21%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DCB5B3 (or 0xDCB5B3) is known color: Cavern Pink. HEX triplet: DC, B5 and B3. RGB value is (220,181,179). Sum of RGB (Red+Green+Blue) = 220+181+179=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 179 (70.31% from 255 or 30.86% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5B3 is #234A4C. Grayscale: #C0C0C0. Windows color (decimal): -2312781 or 11777500. OLE color: 11777500.

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

Color convert

RGB 220 181 179 -
CMYK 0 0.18 0.19 0.14
HSL 2.93º 0.37% 0.78% -
HSV(B) 2.93º 0.19% 0.86% -
XYZ 54.18 51.52 49.74 -
YUV 192.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 220 181 179 0 0.18 0.19 0.14 2.93 0.37 0.78
Hex DC B5 B3 0 12 13 E 3 25 4E
Octal 334 265 263 0 22 23 16 3 45 116
Binary 11011100 10110101 10110011 0 10010 10011 1110 11 100101 1001110

Color Harmonies of #DCB5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5B3

Black with #DCB5B3

Text Example


Text Example

White with #DCB5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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