Html Css Color HEX #D28C79 My Pink

📋 copy color: '#D28C79'

red 210 ◦ green 140 ◦ blue 121

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

Shades of My Pink #D28C79

Tints of My Pink #D28C79

RGB

 RED value IS 210 (82.42% from 255) = 44.59%

 GREEN value IS 140 (55.08% from 255) = 29.72%

 BLUE value IS 121 (47.66% from 255) = 25.69%

R = 44.59%
G = 29.72%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D28C79 (or 0xD28C79) is known color: My Pink. HEX triplet: D2, 8C and 79. RGB value is (210,140,121). Sum of RGB (Red+Green+Blue) = 210+140+121=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C79 is #2D7386. Grayscale: #9E9E9E. Windows color (decimal): -2978695 or 7965906. OLE color: 7965906.

HSL color Cylindrical-coordinate representation of color #D28C79: hue angle of 12.81º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28C79 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 140 121 -
CMYK 0 0.33 0.42 0.18
HSL 12.81º 0.5% 0.65% -
HSV(B) 12.81º 0.42% 0.82% -
XYZ 39.41 33.84 22.54 -
YUV 158.76 106.69 164.54 -
System Red Green Blue C M Y K H S L
Decimal 210 140 121 0 0.33 0.42 0.18 12.81 0.5 0.65
Hex D2 8C 79 0 21 2A 12 D 32 41
Octal 322 214 171 0 41 52 22 15 62 101
Binary 11010010 10001100 1111001 0 100001 101010 10010 1101 110010 1000001

Color Harmonies of #D28C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28C79

Black with #D28C79

Text Example


Text Example

White with #D28C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28C79; }

 p { color: rgb(210,140,121); }

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

background-color css

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

 a { background-color: rgb(210,140,121); }

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

border-color css

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

 span { border-color: rgb(210,140,121); }

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