Html Css Color HEX #DB959C Careys Pink

📋 copy color: '#DB959C'

red 219 ◦ green 149 ◦ blue 156

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

Shades of Careys Pink #DB959C

Tints of Careys Pink #DB959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.44%

 BLUE value IS 156 (61.33% from 255) = 29.77%

R = 41.79%
G = 28.44%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB959C (or 0xDB959C) is known color: Careys Pink. HEX triplet: DB, 95 and 9C. RGB value is (219,149,156). Sum of RGB (Red+Green+Blue) = 219+149+156=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB959C is #246A63. Grayscale: #AAAAAA. Windows color (decimal): -2386532 or 10261979. OLE color: 10261979.

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

Color convert

RGB 219 149 156 -
CMYK 0 0.32 0.29 0.14
HSL 354º 0.49% 0.72% -
HSV(B) 354º 0.32% 0.86% -
XYZ 45.96 38.96 36.55 -
YUV 170.73 119.69 162.43 -
System Red Green Blue C M Y K H S L
Decimal 219 149 156 0 0.32 0.29 0.14 354 0.49 0.72
Hex DB 95 9C 0 20 1D E 162 31 48
Octal 333 225 234 0 40 35 16 542 61 110
Binary 11011011 10010101 10011100 0 100000 11101 1110 101100010 110001 1001000

Color Harmonies of #DB959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB959C

Black with #DB959C

Text Example


Text Example

White with #DB959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB959C; }

 p { color: rgb(219,149,156); }

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

background-color css

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

 a { background-color: rgb(219,149,156); }

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

border-color css

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

 span { border-color: rgb(219,149,156); }

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