Html Css Color HEX #CE7B73 New York Pink

📋 copy color: '#CE7B73'

red 206 ◦ green 123 ◦ blue 115

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

Shades of New York Pink #CE7B73

Tints of New York Pink #CE7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.7%

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

R = 46.4%
G = 27.7%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE7B73 (or 0xCE7B73) is known color: New York Pink. HEX triplet: CE, 7B and 73. RGB value is (206,123,115). Sum of RGB (Red+Green+Blue) = 206+123+115=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B73 is #31848C. Grayscale: #939393. Windows color (decimal): -3245197 or 7568334. OLE color: 7568334.

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

Color convert

RGB 206 123 115 -
CMYK 0 0.40 0.44 0.19
HSL 5.27º 0.48% 0.63% -
HSV(B) 5.27º 0.44% 0.81% -
XYZ 35.63 28.53 19.85 -
YUV 146.91 110 170.15 -
System Red Green Blue C M Y K H S L
Decimal 206 123 115 0 0.40 0.44 0.19 5.27 0.48 0.63
Hex CE 7B 73 0 28 2C 13 5 30 3F
Octal 316 173 163 0 50 54 23 5 60 77
Binary 11001110 1111011 1110011 0 101000 101100 10011 101 110000 111111

Color Harmonies of #CE7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B73

Black with #CE7B73

Text Example


Text Example

White with #CE7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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