Html Css Color HEX #DCC1BD Cavern Pink

📋 copy color: '#DCC1BD'

red 220 ◦ green 193 ◦ blue 189

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

Shades of Cavern Pink #DCC1BD

Tints of Cavern Pink #DCC1BD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.06%

 BLUE value IS 189 (74.22% from 255) = 31.4%

R = 36.54%
G = 32.06%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DCC1BD (or 0xDCC1BD) is known color: Cavern Pink. HEX triplet: DC, C1 and BD. RGB value is (220,193,189). Sum of RGB (Red+Green+Blue) = 220+193+189=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 193 (75.78% from 255 or 32.06% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1BD is #233E42. Grayscale: #C8C8C8. Windows color (decimal): -2309699 or 12435932. OLE color: 12435932.

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

Color convert

RGB 220 193 189 -
CMYK 0 0.12 0.14 0.14
HSL 7.74º 0.31% 0.8% -
HSV(B) 7.74º 0.14% 0.86% -
XYZ 57.77 57.03 56.11 -
YUV 200.62 121.45 141.83 -
System Red Green Blue C M Y K H S L
Decimal 220 193 189 0 0.12 0.14 0.14 7.74 0.31 0.8
Hex DC C1 BD 0 C E E 8 1F 50
Octal 334 301 275 0 14 16 16 10 37 120
Binary 11011100 11000001 10111101 0 1100 1110 1110 1000 11111 1010000

Color Harmonies of #DCC1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1BD

Black with #DCC1BD

Text Example


Text Example

White with #DCC1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1BD; }

 p { color: rgb(220,193,189); }

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

background-color css

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

 a { background-color: rgb(220,193,189); }

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

border-color css

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

 span { border-color: rgb(220,193,189); }

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