Html Css Color HEX #DCBAB7 Cavern Pink

📋 copy color: '#DCBAB7'

red 220 ◦ green 186 ◦ blue 183

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

Shades of Cavern Pink #DCBAB7

Tints of Cavern Pink #DCBAB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.07%

R = 37.35%
G = 31.58%
B = 31.07%

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

#DCBAB7 (or 0xDCBAB7) is known color: Cavern Pink. HEX triplet: DC, BA and B7. RGB value is (220,186,183). Sum of RGB (Red+Green+Blue) = 220+186+183=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAB7 is #234548. Grayscale: #C3C3C3. Windows color (decimal): -2311497 or 12040924. OLE color: 12040924.

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

Color convert

RGB 220 186 183 -
CMYK 0 0.15 0.17 0.14
HSL 4.86º 0.35% 0.79% -
HSV(B) 4.86º 0.17% 0.86% -
XYZ 55.62 53.75 52.24 -
YUV 195.82 120.76 145.24 -
System Red Green Blue C M Y K H S L
Decimal 220 186 183 0 0.15 0.17 0.14 4.86 0.35 0.79
Hex DC BA B7 0 F 11 E 5 23 4F
Octal 334 272 267 0 17 21 16 5 43 117
Binary 11011100 10111010 10110111 0 1111 10001 1110 101 100011 1001111

Color Harmonies of #DCBAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAB7

Black with #DCBAB7

Text Example


Text Example

White with #DCBAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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