Html Css Color HEX #CF7971 New York Pink

📋 copy color: '#CF7971'

red 207 ◦ green 121 ◦ blue 113

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

Shades of New York Pink #CF7971

Tints of New York Pink #CF7971

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 46.94%
G = 27.44%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7971 (or 0xCF7971) is known color: New York Pink. HEX triplet: CF, 79 and 71. RGB value is (207,121,113). Sum of RGB (Red+Green+Blue) = 207+121+113=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7971 is #30868E. Grayscale: #919191. Windows color (decimal): -3180175 or 7436751. OLE color: 7436751.

HSL color Cylindrical-coordinate representation of color #CF7971: hue angle of 5.11º 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 #CF7971 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 121 113 -
CMYK 0 0.42 0.45 0.19
HSL 5.11º 0.49% 0.63% -
HSV(B) 5.11º 0.45% 0.81% -
XYZ 35.55 28.13 19.18 -
YUV 145.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 207 121 113 0 0.42 0.45 0.19 5.11 0.49 0.63
Hex CF 79 71 0 2A 2D 13 5 31 3F
Octal 317 171 161 0 52 55 23 5 61 77
Binary 11001111 1111001 1110001 0 101010 101101 10011 101 110001 111111

Color Harmonies of #CF7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7971

Black with #CF7971

Text Example


Text Example

White with #CF7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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