Html Css Color HEX #DC979C Careys Pink

📋 copy color: '#DC979C'

red 220 ◦ green 151 ◦ blue 156

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

Shades of Careys Pink #DC979C

Tints of Careys Pink #DC979C

RGB

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

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

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

R = 41.75%
G = 28.65%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC979C (or 0xDC979C) is known color: Careys Pink. HEX triplet: DC, 97 and 9C. RGB value is (220,151,156). Sum of RGB (Red+Green+Blue) = 220+151+156=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DC979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC979C is #236863. Grayscale: #ACACAC. Windows color (decimal): -2320484 or 10262492. OLE color: 10262492.

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

Color convert

RGB 220 151 156 -
CMYK 0 0.31 0.29 0.14
HSL 355.65º 0.5% 0.73% -
HSV(B) 355.65º 0.31% 0.86% -
XYZ 46.58 39.75 36.67 -
YUV 172.2 118.86 162.09 -
System Red Green Blue C M Y K H S L
Decimal 220 151 156 0 0.31 0.29 0.14 355.65 0.5 0.73
Hex DC 97 9C 0 1F 1D E 164 32 49
Octal 334 227 234 0 37 35 16 544 62 111
Binary 11011100 10010111 10011100 0 11111 11101 1110 101100100 110010 1001001

Color Harmonies of #DC979C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC979C

Black with #DC979C

Text Example


Text Example

White with #DC979C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC979C; }

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

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

background-color css

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

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

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

border-color css

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

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

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