Html Css Color HEX #CE7D73 New York Pink

📋 copy color: '#CE7D73'

red 206 ◦ green 125 ◦ blue 115

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

Shades of New York Pink #CE7D73

Tints of New York Pink #CE7D73

RGB

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

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

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

R = 46.19%
G = 28.03%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE7D73 (or 0xCE7D73) is known color: New York Pink. HEX triplet: CE, 7D and 73. RGB value is (206,125,115). Sum of RGB (Red+Green+Blue) = 206+125+115=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D73 is #31828C. Grayscale: #949494. Windows color (decimal): -3244685 or 7568846. OLE color: 7568846.

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

Color convert

RGB 206 125 115 -
CMYK 0 0.39 0.44 0.19
HSL 6.59º 0.48% 0.63% -
HSV(B) 6.59º 0.44% 0.81% -
XYZ 35.88 29.03 19.93 -
YUV 148.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 206 125 115 0 0.39 0.44 0.19 6.59 0.48 0.63
Hex CE 7D 73 0 27 2C 13 7 30 3F
Octal 316 175 163 0 47 54 23 7 60 77
Binary 11001110 1111101 1110011 0 100111 101100 10011 111 110000 111111

Color Harmonies of #CE7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D73

Black with #CE7D73

Text Example


Text Example

White with #CE7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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