Html Css Color HEX #DBC0B9 Cavern Pink

📋 copy color: '#DBC0B9'

red 219 ◦ green 192 ◦ blue 185

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

Shades of Cavern Pink #DBC0B9

Tints of Cavern Pink #DBC0B9

RGB

 RED value IS 219 (85.94% from 255) = 36.74%

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

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

R = 36.74%
G = 32.21%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DBC0B9 (or 0xDBC0B9) is known color: Cavern Pink. HEX triplet: DB, C0 and B9. RGB value is (219,192,185). Sum of RGB (Red+Green+Blue) = 219+192+185=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 192 (75.39% from 255 or 32.21% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0B9 is #243F46. Grayscale: #C7C7C7. Windows color (decimal): -2375495 or 12173531. OLE color: 12173531.

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

Color convert

RGB 219 192 185 -
CMYK 0 0.12 0.16 0.14
HSL 12.35º 0.32% 0.79% -
HSV(B) 12.35º 0.16% 0.86% -
XYZ 56.82 56.26 53.76 -
YUV 199.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 219 192 185 0 0.12 0.16 0.14 12.35 0.32 0.79
Hex DB C0 B9 0 C 10 E C 20 4F
Octal 333 300 271 0 14 20 16 14 40 117
Binary 11011011 11000000 10111001 0 1100 10000 1110 1100 100000 1001111

Color Harmonies of #DBC0B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC0B9

Black with #DBC0B9

Text Example


Text Example

White with #DBC0B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC0B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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