Html Css Color HEX #CD7C74 New York Pink

📋 copy color: '#CD7C74'

red 205 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #CD7C74

Tints of New York Pink #CD7C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 46.07%
G = 27.87%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD7C74 (or 0xCD7C74) is known color: New York Pink. HEX triplet: CD, 7C and 74. RGB value is (205,124,116). Sum of RGB (Red+Green+Blue) = 205+124+116=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7C74 is #32838B. Grayscale: #939393. Windows color (decimal): -3310476 or 7634125. OLE color: 7634125.

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

Color convert

RGB 205 124 116 -
CMYK 0 0.40 0.43 0.20
HSL 5.39º 0.47% 0.63% -
HSV(B) 5.39º 0.43% 0.8% -
XYZ 35.54 28.66 20.18 -
YUV 147.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 205 124 116 0 0.40 0.43 0.20 5.39 0.47 0.63
Hex CD 7C 74 0 28 2B 14 5 2F 3F
Octal 315 174 164 0 50 53 24 5 57 77
Binary 11001101 1111100 1110100 0 101000 101011 10100 101 101111 111111

Color Harmonies of #CD7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7C74

Black with #CD7C74

Text Example


Text Example

White with #CD7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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