Html Css Color HEX #DB9699 Careys Pink

📋 copy color: '#DB9699'

red 219 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #DB9699

Tints of Careys Pink #DB9699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 153 (60.16% from 255) = 29.31%

R = 41.95%
G = 28.74%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB9699 (or 0xDB9699) is known color: Careys Pink. HEX triplet: DB, 96 and 99. RGB value is (219,150,153). Sum of RGB (Red+Green+Blue) = 219+150+153=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9699 is #246966. Grayscale: #ABABAB. Windows color (decimal): -2386279 or 10065627. OLE color: 10065627.

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

Color convert

RGB 219 150 153 -
CMYK 0 0.32 0.30 0.14
HSL 357.39º 0.49% 0.72% -
HSV(B) 357.39º 0.32% 0.86% -
XYZ 45.87 39.17 35.28 -
YUV 170.97 117.86 162.26 -
System Red Green Blue C M Y K H S L
Decimal 219 150 153 0 0.32 0.30 0.14 357.39 0.49 0.72
Hex DB 96 99 0 20 1E E 165 31 48
Octal 333 226 231 0 40 36 16 545 61 110
Binary 11011011 10010110 10011001 0 100000 11110 1110 101100101 110001 1001000

Color Harmonies of #DB9699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9699

Black with #DB9699

Text Example


Text Example

White with #DB9699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9699; }

 p { color: rgb(219,150,153); }

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

background-color css

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

 a { background-color: rgb(219,150,153); }

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

border-color css

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

 span { border-color: rgb(219,150,153); }

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