Html Css Color HEX #CF7D72 New York Pink

📋 copy color: '#CF7D72'

red 207 ◦ green 125 ◦ blue 114

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

Shades of New York Pink #CF7D72

Tints of New York Pink #CF7D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.56%

R = 46.41%
G = 28.03%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7D72 (or 0xCF7D72) is known color: New York Pink. HEX triplet: CF, 7D and 72. RGB value is (207,125,114). Sum of RGB (Red+Green+Blue) = 207+125+114=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D72 is #30828D. Grayscale: #949494. Windows color (decimal): -3179150 or 7503311. OLE color: 7503311.

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

Color convert

RGB 207 125 114 -
CMYK 0 0.40 0.45 0.19
HSL 7.1º 0.49% 0.63% -
HSV(B) 7.1º 0.45% 0.81% -
XYZ 36.1 29.15 19.64 -
YUV 148.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 207 125 114 0 0.40 0.45 0.19 7.1 0.49 0.63
Hex CF 7D 72 0 28 2D 13 7 31 3F
Octal 317 175 162 0 50 55 23 7 61 77
Binary 11001111 1111101 1110010 0 101000 101101 10011 111 110001 111111

Color Harmonies of #CF7D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D72

Black with #CF7D72

Text Example


Text Example

White with #CF7D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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