Html Css Color HEX #DCBCBB Cavern Pink

📋 copy color: '#DCBCBB'

red 220 ◦ green 188 ◦ blue 187

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

Shades of Cavern Pink #DCBCBB

Tints of Cavern Pink #DCBCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 31.43%

R = 36.97%
G = 31.6%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCBCBB (or 0xDCBCBB) is known color: Cavern Pink. HEX triplet: DC, BC and BB. RGB value is (220,188,187). Sum of RGB (Red+Green+Blue) = 220+188+187=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCBB is #234344. Grayscale: #C5C5C5. Windows color (decimal): -2310981 or 12303580. OLE color: 12303580.

HSL color Cylindrical-coordinate representation of color #DCBCBB: hue angle of 1.82º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCBB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 188 187 -
CMYK 0 0.15 0.15 0.14
HSL 1.82º 0.32% 0.8% -
HSV(B) 1.82º 0.15% 0.86% -
XYZ 56.47 54.77 54.61 -
YUV 197.45 122.1 144.08 -
System Red Green Blue C M Y K H S L
Decimal 220 188 187 0 0.15 0.15 0.14 1.82 0.32 0.8
Hex DC BC BB 0 F F E 2 20 50
Octal 334 274 273 0 17 17 16 2 40 120
Binary 11011100 10111100 10111011 0 1111 1111 1110 10 100000 1010000

Color Harmonies of #DCBCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCBB

Black with #DCBCBB

Text Example


Text Example

White with #DCBCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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