Html Css Color HEX #CE7F76 New York Pink

📋 copy color: '#CE7F76'

red 206 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #CE7F76

Tints of New York Pink #CE7F76

RGB

 RED value IS 206 (80.86% from 255) = 45.68%

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

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

R = 45.68%
G = 28.16%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE7F76 (or 0xCE7F76) is known color: New York Pink. HEX triplet: CE, 7F and 76. RGB value is (206,127,118). Sum of RGB (Red+Green+Blue) = 206+127+118=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F76 is #318089. Grayscale: #959595. Windows color (decimal): -3244170 or 7765966. OLE color: 7765966.

HSL color Cylindrical-coordinate representation of color #CE7F76: hue angle of 6.14º degrees, saturation: 0.47, 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 #CE7F76 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 127 118 -
CMYK 0 0.38 0.43 0.19
HSL 6.14º 0.47% 0.64% -
HSV(B) 6.14º 0.43% 0.81% -
XYZ 36.31 29.61 20.94 -
YUV 149.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 206 127 118 0 0.38 0.43 0.19 6.14 0.47 0.64
Hex CE 7F 76 0 26 2B 13 6 2F 40
Octal 316 177 166 0 46 53 23 6 57 100
Binary 11001110 1111111 1110110 0 100110 101011 10011 110 101111 1000000

Color Harmonies of #CE7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F76

Black with #CE7F76

Text Example


Text Example

White with #CE7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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