Html Css Color HEX #DCBCB7 Cavern Pink

📋 copy color: '#DCBCB7'

red 220 ◦ green 188 ◦ blue 183

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

Shades of Cavern Pink #DCBCB7

Tints of Cavern Pink #DCBCB7

RGB

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

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

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

R = 37.23%
G = 31.81%
B = 30.96%

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

#DCBCB7 (or 0xDCBCB7) is known color: Cavern Pink. HEX triplet: DC, BC and B7. RGB value is (220,188,183). Sum of RGB (Red+Green+Blue) = 220+188+183=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCB7 is #234348. Grayscale: #C5C5C5. Windows color (decimal): -2310985 or 12041436. OLE color: 12041436.

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

Color convert

RGB 220 188 183 -
CMYK 0 0.15 0.17 0.14
HSL 8.11º 0.35% 0.79% -
HSV(B) 8.11º 0.17% 0.86% -
XYZ 56.05 54.6 52.38 -
YUV 197 120.1 144.41 -
System Red Green Blue C M Y K H S L
Decimal 220 188 183 0 0.15 0.17 0.14 8.11 0.35 0.79
Hex DC BC B7 0 F 11 E 8 23 4F
Octal 334 274 267 0 17 21 16 10 43 117
Binary 11011100 10111100 10110111 0 1111 10001 1110 1000 100011 1001111

Color Harmonies of #DCBCB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCB7

Black with #DCBCB7

Text Example


Text Example

White with #DCBCB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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