Html Css Color HEX #CE7F73 New York Pink

📋 copy color: '#CE7F73'

red 206 ◦ green 127 ◦ blue 115

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

Shades of New York Pink #CE7F73

Tints of New York Pink #CE7F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 45.98%
G = 28.35%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE7F73 (or 0xCE7F73) is known color: New York Pink. HEX triplet: CE, 7F and 73. RGB value is (206,127,115). Sum of RGB (Red+Green+Blue) = 206+127+115=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F73 is #31808C. Grayscale: #959595. Windows color (decimal): -3244173 or 7569358. OLE color: 7569358.

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

Color convert

RGB 206 127 115 -
CMYK 0 0.38 0.44 0.19
HSL 7.91º 0.48% 0.63% -
HSV(B) 7.91º 0.44% 0.81% -
XYZ 36.14 29.54 20.02 -
YUV 149.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 206 127 115 0 0.38 0.44 0.19 7.91 0.48 0.63
Hex CE 7F 73 0 26 2C 13 8 30 3F
Octal 316 177 163 0 46 54 23 10 60 77
Binary 11001110 1111111 1110011 0 100110 101100 10011 1000 110000 111111

Color Harmonies of #CE7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F73

Black with #CE7F73

Text Example


Text Example

White with #CE7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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