Html Css Color HEX #DCBAB1 Cavern Pink

📋 copy color: '#DCBAB1'

red 220 ◦ green 186 ◦ blue 177

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

Shades of Cavern Pink #DCBAB1

Tints of Cavern Pink #DCBAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.36%

R = 37.74%
G = 31.9%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCBAB1 (or 0xDCBAB1) is known color: Cavern Pink. HEX triplet: DC, BA and B1. RGB value is (220,186,177). Sum of RGB (Red+Green+Blue) = 220+186+177=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 177 (69.53% from 255 or 30.36% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAB1 is #23454E. Grayscale: #C3C3C3. Windows color (decimal): -2311503 or 11647708. OLE color: 11647708.

HSL color Cylindrical-coordinate representation of color #DCBAB1: hue angle of 12.56º degrees, saturation: 0.38, 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 #DCBAB1 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 177 -
CMYK 0 0.15 0.20 0.14
HSL 12.56º 0.38% 0.78% -
HSV(B) 12.56º 0.2% 0.86% -
XYZ 55.01 53.51 49.02 -
YUV 195.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 220 186 177 0 0.15 0.20 0.14 12.56 0.38 0.78
Hex DC BA B1 0 F 14 E D 26 4E
Octal 334 272 261 0 17 24 16 15 46 116
Binary 11011100 10111010 10110001 0 1111 10100 1110 1101 100110 1001110

Color Harmonies of #DCBAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAB1

Black with #DCBAB1

Text Example


Text Example

White with #DCBAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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