Html Css Color HEX #CF7D74 New York Pink

📋 copy color: '#CF7D74'

red 207 ◦ green 125 ◦ blue 116

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

Shades of New York Pink #CF7D74

Tints of New York Pink #CF7D74

RGB

 RED value IS 207 (81.25% from 255) = 46.21%

 GREEN value IS 125 (49.22% from 255) = 27.9%

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

R = 46.21%
G = 27.9%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF7D74 (or 0xCF7D74) is known color: New York Pink. HEX triplet: CF, 7D and 74. RGB value is (207,125,116). Sum of RGB (Red+Green+Blue) = 207+125+116=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D74 is #30828B. Grayscale: #949494. Windows color (decimal): -3179148 or 7634383. OLE color: 7634383.

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

Color convert

RGB 207 125 116 -
CMYK 0 0.40 0.44 0.19
HSL 5.93º 0.49% 0.63% -
HSV(B) 5.93º 0.44% 0.81% -
XYZ 36.22 29.19 20.25 -
YUV 148.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 207 125 116 0 0.40 0.44 0.19 5.93 0.49 0.63
Hex CF 7D 74 0 28 2C 13 6 31 3F
Octal 317 175 164 0 50 54 23 6 61 77
Binary 11001111 1111101 1110100 0 101000 101100 10011 110 110001 111111

Color Harmonies of #CF7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D74

Black with #CF7D74

Text Example


Text Example

White with #CF7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D74; }

 p { color: rgb(207,125,116); }

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

background-color css

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

 a { background-color: rgb(207,125,116); }

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

border-color css

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

 span { border-color: rgb(207,125,116); }

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