Html Css Color HEX #DCBAB9 Cavern Pink

📋 copy color: '#DCBAB9'

red 220 ◦ green 186 ◦ blue 185

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

Shades of Cavern Pink #DCBAB9

Tints of Cavern Pink #DCBAB9

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.47%

 BLUE value IS 185 (72.66% from 255) = 31.3%

R = 37.23%
G = 31.47%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCBAB9 (or 0xDCBAB9) is known color: Cavern Pink. HEX triplet: DC, BA and B9. RGB value is (220,186,185). Sum of RGB (Red+Green+Blue) = 220+186+185=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB9 is #234546. Grayscale: #C4C4C4. Windows color (decimal): -2311495 or 12171996. OLE color: 12171996.

HSL color Cylindrical-coordinate representation of color #DCBAB9: hue angle of 1.71º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBAB9 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 185 -
CMYK 0 0.15 0.16 0.14
HSL 1.71º 0.33% 0.79% -
HSV(B) 1.71º 0.16% 0.86% -
XYZ 55.83 53.84 53.35 -
YUV 196.05 121.76 145.08 -
System Red Green Blue C M Y K H S L
Decimal 220 186 185 0 0.15 0.16 0.14 1.71 0.33 0.79
Hex DC BA B9 0 F 10 E 2 21 4F
Octal 334 272 271 0 17 20 16 2 41 117
Binary 11011100 10111010 10111001 0 1111 10000 1110 10 100001 1001111

Color Harmonies of #DCBAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAB9

Black with #DCBAB9

Text Example


Text Example

White with #DCBAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAB9; }

 p { color: rgb(220,186,185); }

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

background-color css

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

 a { background-color: rgb(220,186,185); }

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

border-color css

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

 span { border-color: rgb(220,186,185); }

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