Html Css Color HEX #CD7C73 New York Pink

📋 copy color: '#CD7C73'

red 205 ◦ green 124 ◦ blue 115

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

Shades of New York Pink #CD7C73

Tints of New York Pink #CD7C73

RGB

 RED value IS 205 (80.47% from 255) = 46.17%

 GREEN value IS 124 (48.83% from 255) = 27.93%

 BLUE value IS 115 (45.31% from 255) = 25.9%

R = 46.17%
G = 27.93%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD7C73 (or 0xCD7C73) is known color: New York Pink. HEX triplet: CD, 7C and 73. RGB value is (205,124,115). Sum of RGB (Red+Green+Blue) = 205+124+115=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C73 is #32838C. Grayscale: #939393. Windows color (decimal): -3310477 or 7568589. OLE color: 7568589.

HSL color Cylindrical-coordinate representation of color #CD7C73: hue angle of 6º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7C73 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 124 115 -
CMYK 0 0.40 0.44 0.20
HSL 0.47% 0.63% -
HSV(B) 0.44% 0.8% -
XYZ 35.48 28.63 19.88 -
YUV 147.19 109.84 169.23 -
System Red Green Blue C M Y K H S L
Decimal 205 124 115 0 0.40 0.44 0.20 6 0.47 0.63
Hex CD 7C 73 0 28 2C 14 6 2F 3F
Octal 315 174 163 0 50 54 24 6 57 77
Binary 11001101 1111100 1110011 0 101000 101100 10100 110 101111 111111

Color Harmonies of #CD7C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C73

Black with #CD7C73

Text Example


Text Example

White with #CD7C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C73; }

 p { color: rgb(205,124,115); }

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

background-color css

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

 a { background-color: rgb(205,124,115); }

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

border-color css

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

 span { border-color: rgb(205,124,115); }

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