Html Css Color HEX #CF7F71 New York Pink

📋 copy color: '#CF7F71'

red 207 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #CF7F71

Tints of New York Pink #CF7F71

RGB

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

 GREEN value IS 127 (50% from 255) = 28.41%

 BLUE value IS 113 (44.53% from 255) = 25.28%

R = 46.31%
G = 28.41%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7F71 (or 0xCF7F71) is known color: New York Pink. HEX triplet: CF, 7F and 71. RGB value is (207,127,113). Sum of RGB (Red+Green+Blue) = 207+127+113=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F71 is #30808E. Grayscale: #959595. Windows color (decimal): -3178639 or 7438287. OLE color: 7438287.

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

Color convert

RGB 207 127 113 -
CMYK 0 0.39 0.45 0.19
HSL 8.94º 0.49% 0.63% -
HSV(B) 8.94º 0.45% 0.81% -
XYZ 36.3 29.64 19.43 -
YUV 149.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 207 127 113 0 0.39 0.45 0.19 8.94 0.49 0.63
Hex CF 7F 71 0 27 2D 13 9 31 3F
Octal 317 177 161 0 47 55 23 11 61 77
Binary 11001111 1111111 1110001 0 100111 101101 10011 1001 110001 111111

Color Harmonies of #CF7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F71

Black with #CF7F71

Text Example


Text Example

White with #CF7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F71; }

 p { color: rgb(207,127,113); }

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

background-color css

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

 a { background-color: rgb(207,127,113); }

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

border-color css

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

 span { border-color: rgb(207,127,113); }

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