Html Css Color HEX #DCBCB6 Cavern Pink

📋 copy color: '#DCBCB6'

red 220 ◦ green 188 ◦ blue 182

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

Shades of Cavern Pink #DCBCB6

Tints of Cavern Pink #DCBCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.86%

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

R = 37.29%
G = 31.86%
B = 30.85%

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

#DCBCB6 (or 0xDCBCB6) is known color: Cavern Pink. HEX triplet: DC, BC and B6. RGB value is (220,188,182). Sum of RGB (Red+Green+Blue) = 220+188+182=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB6 is #234349. Grayscale: #C4C4C4. Windows color (decimal): -2310986 or 11975900. OLE color: 11975900.

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

Color convert

RGB 220 188 182 -
CMYK 0 0.15 0.17 0.14
HSL 9.47º 0.35% 0.79% -
HSV(B) 9.47º 0.17% 0.86% -
XYZ 55.94 54.56 51.84 -
YUV 196.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 220 188 182 0 0.15 0.17 0.14 9.47 0.35 0.79
Hex DC BC B6 0 F 11 E 9 23 4F
Octal 334 274 266 0 17 21 16 11 43 117
Binary 11011100 10111100 10110110 0 1111 10001 1110 1001 100011 1001111

Color Harmonies of #DCBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCB6

Black with #DCBCB6

Text Example


Text Example

White with #DCBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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