Html Css Color HEX #CF7970 New York Pink

📋 copy color: '#CF7970'

red 207 ◦ green 121 ◦ blue 112

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

Shades of New York Pink #CF7970

Tints of New York Pink #CF7970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.45%

R = 47.05%
G = 27.5%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF7970 (or 0xCF7970) is known color: New York Pink. HEX triplet: CF, 79 and 70. RGB value is (207,121,112). Sum of RGB (Red+Green+Blue) = 207+121+112=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7970 is #30868F. Grayscale: #919191. Windows color (decimal): -3180176 or 7371215. OLE color: 7371215.

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

Color convert

RGB 207 121 112 -
CMYK 0 0.42 0.46 0.19
HSL 5.68º 0.5% 0.63% -
HSV(B) 5.68º 0.46% 0.81% -
XYZ 35.49 28.11 18.88 -
YUV 145.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 207 121 112 0 0.42 0.46 0.19 5.68 0.5 0.63
Hex CF 79 70 0 2A 2E 13 6 32 3F
Octal 317 171 160 0 52 56 23 6 62 77
Binary 11001111 1111001 1110000 0 101010 101110 10011 110 110010 111111

Color Harmonies of #CF7970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7970

Black with #CF7970

Text Example


Text Example

White with #CF7970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7970; }

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

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

background-color css

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

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

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

border-color css

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

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

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