Html Css Color HEX #CF7D70 New York Pink

📋 copy color: '#CF7D70'

red 207 ◦ green 125 ◦ blue 112

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

Shades of New York Pink #CF7D70

Tints of New York Pink #CF7D70

RGB

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

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

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

R = 46.62%
G = 28.15%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF7D70 (or 0xCF7D70) is known color: New York Pink. HEX triplet: CF, 7D and 70. RGB value is (207,125,112). Sum of RGB (Red+Green+Blue) = 207+125+112=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D70 is #30828F. Grayscale: #949494. Windows color (decimal): -3179152 or 7372239. OLE color: 7372239.

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

Color convert

RGB 207 125 112 -
CMYK 0 0.40 0.46 0.19
HSL 8.21º 0.5% 0.63% -
HSV(B) 8.21º 0.46% 0.81% -
XYZ 35.99 29.1 19.05 -
YUV 148.04 107.67 170.06 -
System Red Green Blue C M Y K H S L
Decimal 207 125 112 0 0.40 0.46 0.19 8.21 0.5 0.63
Hex CF 7D 70 0 28 2E 13 8 32 3F
Octal 317 175 160 0 50 56 23 10 62 77
Binary 11001111 1111101 1110000 0 101000 101110 10011 1000 110010 111111

Color Harmonies of #CF7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D70

Black with #CF7D70

Text Example


Text Example

White with #CF7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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