Html Css Color HEX #CE8573 New York Pink

📋 copy color: '#CE8573'

red 206 ◦ green 133 ◦ blue 115

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

Shades of New York Pink #CE8573

Tints of New York Pink #CE8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

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

R = 45.37%
G = 29.3%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8573 (or 0xCE8573) is known color: New York Pink. HEX triplet: CE, 85 and 73. RGB value is (206,133,115). Sum of RGB (Red+Green+Blue) = 206+133+115=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8573 is #317A8C. Grayscale: #989898. Windows color (decimal): -3242637 or 7570894. OLE color: 7570894.

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

Color convert

RGB 206 133 115 -
CMYK 0 0.35 0.44 0.19
HSL 11.87º 0.48% 0.63% -
HSV(B) 11.87º 0.44% 0.81% -
XYZ 36.94 31.13 20.28 -
YUV 152.78 106.68 165.96 -
System Red Green Blue C M Y K H S L
Decimal 206 133 115 0 0.35 0.44 0.19 11.87 0.48 0.63
Hex CE 85 73 0 23 2C 13 C 30 3F
Octal 316 205 163 0 43 54 23 14 60 77
Binary 11001110 10000101 1110011 0 100011 101100 10011 1100 110000 111111

Color Harmonies of #CE8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8573

Black with #CE8573

Text Example


Text Example

White with #CE8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8573; }

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

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

background-color css

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

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

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

border-color css

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

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

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