Html Css Color HEX #D08070 New York Pink

📋 copy color: '#D08070'

red 208 ◦ green 128 ◦ blue 112

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

Shades of New York Pink #D08070

Tints of New York Pink #D08070

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

 GREEN value IS 128 (50.39% from 255) = 28.57%

 BLUE value IS 112 (44.14% from 255) = 25%

R = 46.43%
G = 28.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D08070 (or 0xD08070) is known color: New York Pink. HEX triplet: D0, 80 and 70. RGB value is (208,128,112). Sum of RGB (Red+Green+Blue) = 208+128+112=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D08070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08070 is #2F7F8F. Grayscale: #969696. Windows color (decimal): -3112848 or 7373008. OLE color: 7373008.

HSL color Cylindrical-coordinate representation of color #D08070: hue angle of 10º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D08070 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 128 112 -
CMYK 0 0.38 0.46 0.18
HSL 10º 0.51% 0.63% -
HSV(B) 10º 0.46% 0.82% -
XYZ 36.66 30.02 19.19 -
YUV 150.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 208 128 112 0 0.38 0.46 0.18 10 0.51 0.63
Hex D0 80 70 0 26 2E 12 A 33 3F
Octal 320 200 160 0 46 56 22 12 63 77
Binary 11010000 10000000 1110000 0 100110 101110 10010 1010 110011 111111

Color Harmonies of #D08070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08070

Black with #D08070

Text Example


Text Example

White with #D08070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08070; }

 p { color: rgb(208,128,112); }

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

background-color css

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

 a { background-color: rgb(208,128,112); }

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

border-color css

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

 span { border-color: rgb(208,128,112); }

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