Html Css Color HEX #DC979B Careys Pink

📋 copy color: '#DC979B'

red 220 ◦ green 151 ◦ blue 155

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

Shades of Careys Pink #DC979B

Tints of Careys Pink #DC979B

RGB

 RED value IS 220 (86.33% from 255) = 41.83%

 GREEN value IS 151 (59.38% from 255) = 28.71%

 BLUE value IS 155 (60.94% from 255) = 29.47%

R = 41.83%
G = 28.71%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC979B (or 0xDC979B) is known color: Careys Pink. HEX triplet: DC, 97 and 9B. RGB value is (220,151,155). Sum of RGB (Red+Green+Blue) = 220+151+155=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 155 (60.94% from 255 or 29.47% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DC979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC979B is #236864. Grayscale: #ACACAC. Windows color (decimal): -2320485 or 10196956. OLE color: 10196956.

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

Color convert

RGB 220 151 155 -
CMYK 0 0.31 0.30 0.14
HSL 356.52º 0.5% 0.73% -
HSV(B) 356.52º 0.31% 0.86% -
XYZ 46.5 39.72 36.23 -
YUV 172.09 118.36 162.17 -
System Red Green Blue C M Y K H S L
Decimal 220 151 155 0 0.31 0.30 0.14 356.52 0.5 0.73
Hex DC 97 9B 0 1F 1E E 165 32 49
Octal 334 227 233 0 37 36 16 545 62 111
Binary 11011100 10010111 10011011 0 11111 11110 1110 101100101 110010 1001001

Color Harmonies of #DC979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC979B

Black with #DC979B

Text Example


Text Example

White with #DC979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC979B; }

 p { color: rgb(220,151,155); }

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

background-color css

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

 a { background-color: rgb(220,151,155); }

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

border-color css

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

 span { border-color: rgb(220,151,155); }

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