Html Css Color HEX #DCC1BA Cavern Pink

📋 copy color: '#DCC1BA'

red 220 ◦ green 193 ◦ blue 186

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

Shades of Cavern Pink #DCC1BA

Tints of Cavern Pink #DCC1BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 31.05%

R = 36.73%
G = 32.22%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DCC1BA (or 0xDCC1BA) is known color: Cavern Pink. HEX triplet: DC, C1 and BA. RGB value is (220,193,186). Sum of RGB (Red+Green+Blue) = 220+193+186=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1BA is #233E45. Grayscale: #C8C8C8. Windows color (decimal): -2309702 or 12239324. OLE color: 12239324.

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

Color convert

RGB 220 193 186 -
CMYK 0 0.12 0.15 0.14
HSL 12.35º 0.33% 0.8% -
HSV(B) 12.35º 0.15% 0.86% -
XYZ 57.45 56.9 54.41 -
YUV 200.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 220 193 186 0 0.12 0.15 0.14 12.35 0.33 0.8
Hex DC C1 BA 0 C F E C 21 50
Octal 334 301 272 0 14 17 16 14 41 120
Binary 11011100 11000001 10111010 0 1100 1111 1110 1100 100001 1010000

Color Harmonies of #DCC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC1BA

Black with #DCC1BA

Text Example


Text Example

White with #DCC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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