Html Css Color HEX #DB969C Careys Pink

📋 copy color: '#DB969C'

red 219 ◦ green 150 ◦ blue 156

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

Shades of Careys Pink #DB969C

Tints of Careys Pink #DB969C

RGB

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

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

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

R = 41.71%
G = 28.57%
B = 29.71%

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

#DB969C (or 0xDB969C) is known color: Careys Pink. HEX triplet: DB, 96 and 9C. RGB value is (219,150,156). Sum of RGB (Red+Green+Blue) = 219+150+156=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB969C is #246963. Grayscale: #ABABAB. Windows color (decimal): -2386276 or 10262235. OLE color: 10262235.

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

Color convert

RGB 219 150 156 -
CMYK 0 0.32 0.29 0.14
HSL 354.78º 0.49% 0.72% -
HSV(B) 354.78º 0.32% 0.86% -
XYZ 46.12 39.27 36.6 -
YUV 171.32 119.36 162.01 -
System Red Green Blue C M Y K H S L
Decimal 219 150 156 0 0.32 0.29 0.14 354.78 0.49 0.72
Hex DB 96 9C 0 20 1D E 163 31 48
Octal 333 226 234 0 40 35 16 543 61 110
Binary 11011011 10010110 10011100 0 100000 11101 1110 101100011 110001 1001000

Color Harmonies of #DB969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB969C

Black with #DB969C

Text Example


Text Example

White with #DB969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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