Html Css Color HEX #DCBAB6 Cavern Pink

📋 copy color: '#DCBAB6'

red 220 ◦ green 186 ◦ blue 182

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

Shades of Cavern Pink #DCBAB6

Tints of Cavern Pink #DCBAB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 30.95%

R = 37.41%
G = 31.63%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DCBAB6 (or 0xDCBAB6) is known color: Cavern Pink. HEX triplet: DC, BA and B6. RGB value is (220,186,182). Sum of RGB (Red+Green+Blue) = 220+186+182=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 182 (71.48% from 255 or 30.95% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB6 is #234549. Grayscale: #C3C3C3. Windows color (decimal): -2311498 or 11975388. OLE color: 11975388.

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

Color convert

RGB 220 186 182 -
CMYK 0 0.15 0.17 0.14
HSL 6.32º 0.35% 0.79% -
HSV(B) 6.32º 0.17% 0.86% -
XYZ 55.52 53.71 51.7 -
YUV 195.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 220 186 182 0 0.15 0.17 0.14 6.32 0.35 0.79
Hex DC BA B6 0 F 11 E 6 23 4F
Octal 334 272 266 0 17 21 16 6 43 117
Binary 11011100 10111010 10110110 0 1111 10001 1110 110 100011 1001111

Color Harmonies of #DCBAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAB6

Black with #DCBAB6

Text Example


Text Example

White with #DCBAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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