Html Css Color HEX #CF7F76 New York Pink

📋 copy color: '#CF7F76'

red 207 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #CF7F76

Tints of New York Pink #CF7F76

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 45.8%
G = 28.1%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF7F76 (or 0xCF7F76) is known color: New York Pink. HEX triplet: CF, 7F and 76. RGB value is (207,127,118). Sum of RGB (Red+Green+Blue) = 207+127+118=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F76 is #308089. Grayscale: #969696. Windows color (decimal): -3178634 or 7765967. OLE color: 7765967.

HSL color Cylindrical-coordinate representation of color #CF7F76: hue angle of 6.07º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7F76 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 118 -
CMYK 0 0.39 0.43 0.19
HSL 6.07º 0.48% 0.64% -
HSV(B) 6.07º 0.43% 0.81% -
XYZ 36.59 29.75 20.95 -
YUV 149.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 207 127 118 0 0.39 0.43 0.19 6.07 0.48 0.64
Hex CF 7F 76 0 27 2B 13 6 30 40
Octal 317 177 166 0 47 53 23 6 60 100
Binary 11001111 1111111 1110110 0 100111 101011 10011 110 110000 1000000

Color Harmonies of #CF7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F76

Black with #CF7F76

Text Example


Text Example

White with #CF7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F76; }

 p { color: rgb(207,127,118); }

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

background-color css

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

 a { background-color: rgb(207,127,118); }

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

border-color css

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

 span { border-color: rgb(207,127,118); }

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