Html Css Color HEX #DB9B9C Careys Pink

📋 copy color: '#DB9B9C'

red 219 ◦ green 155 ◦ blue 156

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

Shades of Careys Pink #DB9B9C

Tints of Careys Pink #DB9B9C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

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

R = 41.32%
G = 29.25%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB9B9C (or 0xDB9B9C) is known color: Careys Pink. HEX triplet: DB, 9B and 9C. RGB value is (219,155,156). Sum of RGB (Red+Green+Blue) = 219+155+156=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B9C is #246463. Grayscale: #AEAEAE. Windows color (decimal): -2384996 or 10263515. OLE color: 10263515.

HSL color Cylindrical-coordinate representation of color #DB9B9C: hue angle of 359.06º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9B9C is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 155 156 -
CMYK 0 0.29 0.29 0.14
HSL 359.06º 0.47% 0.73% -
HSV(B) 359.06º 0.29% 0.86% -
XYZ 46.94 40.9 36.87 -
YUV 174.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 219 155 156 0 0.29 0.29 0.14 359.06 0.47 0.73
Hex DB 9B 9C 0 1D 1D E 167 2F 49
Octal 333 233 234 0 35 35 16 547 57 111
Binary 11011011 10011011 10011100 0 11101 11101 1110 101100111 101111 1001001

Color Harmonies of #DB9B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B9C

Black with #DB9B9C

Text Example


Text Example

White with #DB9B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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