Html Css Color HEX #DCBAB0 Cavern Pink

📋 copy color: '#DCBAB0'

red 220 ◦ green 186 ◦ blue 176

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

Shades of Cavern Pink #DCBAB0

Tints of Cavern Pink #DCBAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.24%

R = 37.8%
G = 31.96%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DCBAB0 (or 0xDCBAB0) is known color: Cavern Pink. HEX triplet: DC, BA and B0. RGB value is (220,186,176). Sum of RGB (Red+Green+Blue) = 220+186+176=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBAB0 is #23454F. Grayscale: #C3C3C3. Windows color (decimal): -2311504 or 11582172. OLE color: 11582172.

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

Color convert

RGB 220 186 176 -
CMYK 0 0.15 0.2 0.14
HSL 13.64º 0.39% 0.78% -
HSV(B) 13.64º 0.2% 0.86% -
XYZ 54.91 53.47 48.5 -
YUV 195.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 220 186 176 0 0.15 0.2 0.14 13.64 0.39 0.78
Hex DC BA B0 0 F 14 E E 27 4E
Octal 334 272 260 0 17 24 16 16 47 116
Binary 11011100 10111010 10110000 0 1111 10100 1110 1110 100111 1001110

Color Harmonies of #DCBAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBAB0

Black with #DCBAB0

Text Example


Text Example

White with #DCBAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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