Html Css Color HEX #CD7A73 New York Pink

📋 copy color: '#CD7A73'

red 205 ◦ green 122 ◦ blue 115

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

Shades of New York Pink #CD7A73

Tints of New York Pink #CD7A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.6%

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

R = 46.38%
G = 27.6%
B = 26.02%

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

#CD7A73 (or 0xCD7A73) is known color: New York Pink. HEX triplet: CD, 7A and 73. RGB value is (205,122,115). Sum of RGB (Red+Green+Blue) = 205+122+115=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A73 is #32858C. Grayscale: #929292. Windows color (decimal): -3310989 or 7568077. OLE color: 7568077.

HSL color Cylindrical-coordinate representation of color #CD7A73: hue angle of 4.67º 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 #CD7A73 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 122 115 -
CMYK 0 0.40 0.44 0.20
HSL 4.67º 0.47% 0.63% -
HSV(B) 4.67º 0.44% 0.8% -
XYZ 35.23 28.14 19.79 -
YUV 146.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 205 122 115 0 0.40 0.44 0.20 4.67 0.47 0.63
Hex CD 7A 73 0 28 2C 14 5 2F 3F
Octal 315 172 163 0 50 54 24 5 57 77
Binary 11001101 1111010 1110011 0 101000 101100 10100 101 101111 111111

Color Harmonies of #CD7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A73

Black with #CD7A73

Text Example


Text Example

White with #CD7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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