Html Css Color HEX #DCC0B9 Cavern Pink

📋 copy color: '#DCC0B9'

red 220 ◦ green 192 ◦ blue 185

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

Shades of Cavern Pink #DCC0B9

Tints of Cavern Pink #DCC0B9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.16%

 BLUE value IS 185 (72.66% from 255) = 30.99%

R = 36.85%
G = 32.16%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCC0B9 (or 0xDCC0B9) is known color: Cavern Pink. HEX triplet: DC, C0 and B9. RGB value is (220,192,185). Sum of RGB (Red+Green+Blue) = 220+192+185=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 192 (75.39% from 255 or 32.16% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0B9 is #233F46. Grayscale: #C7C7C7. Windows color (decimal): -2309959 or 12173532. OLE color: 12173532.

HSL color Cylindrical-coordinate representation of color #DCC0B9: hue angle of 12º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCC0B9 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 192 185 -
CMYK 0 0.13 0.16 0.14
HSL 12º 0.33% 0.79% -
HSV(B) 12º 0.16% 0.86% -
XYZ 57.12 56.42 53.78 -
YUV 199.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 220 192 185 0 0.13 0.16 0.14 12 0.33 0.79
Hex DC C0 B9 0 D 10 E C 21 4F
Octal 334 300 271 0 15 20 16 14 41 117
Binary 11011100 11000000 10111001 0 1101 10000 1110 1100 100001 1001111

Color Harmonies of #DCC0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC0B9

Black with #DCC0B9

Text Example


Text Example

White with #DCC0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC0B9; }

 p { color: rgb(220,192,185); }

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

background-color css

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

 a { background-color: rgb(220,192,185); }

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

border-color css

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

 span { border-color: rgb(220,192,185); }

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