Html Css Color HEX #CF7872 New York Pink

📋 copy color: '#CF7872'

red 207 ◦ green 120 ◦ blue 114

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

Shades of New York Pink #CF7872

Tints of New York Pink #CF7872

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.21%

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

R = 46.94%
G = 27.21%
B = 25.85%

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

#CF7872 (or 0xCF7872) is known color: New York Pink. HEX triplet: CF, 78 and 72. RGB value is (207,120,114). Sum of RGB (Red+Green+Blue) = 207+120+114=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7872 is #30878D. Grayscale: #919191. Windows color (decimal): -3180430 or 7502031. OLE color: 7502031.

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

Color convert

RGB 207 120 114 -
CMYK 0 0.42 0.45 0.19
HSL 3.87º 0.49% 0.63% -
HSV(B) 3.87º 0.45% 0.81% -
XYZ 35.49 27.91 19.44 -
YUV 145.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 207 120 114 0 0.42 0.45 0.19 3.87 0.49 0.63
Hex CF 78 72 0 2A 2D 13 4 31 3F
Octal 317 170 162 0 52 55 23 4 61 77
Binary 11001111 1111000 1110010 0 101010 101101 10011 100 110001 111111

Color Harmonies of #CF7872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7872

Black with #CF7872

Text Example


Text Example

White with #CF7872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7872; }

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

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

background-color css

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

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

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

border-color css

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

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

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