Html Css Color HEX #CE8073 New York Pink

📋 copy color: '#CE8073'

red 206 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #CE8073

Tints of New York Pink #CE8073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

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

R = 45.88%
G = 28.51%
B = 25.61%

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

#CE8073 (or 0xCE8073) is known color: New York Pink. HEX triplet: CE, 80 and 73. RGB value is (206,128,115). Sum of RGB (Red+Green+Blue) = 206+128+115=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8073 is #317F8C. Grayscale: #959595. Windows color (decimal): -3243917 or 7569614. OLE color: 7569614.

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

Color convert

RGB 206 128 115 -
CMYK 0 0.38 0.44 0.19
HSL 8.57º 0.48% 0.63% -
HSV(B) 8.57º 0.44% 0.81% -
XYZ 36.27 29.8 20.06 -
YUV 149.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 206 128 115 0 0.38 0.44 0.19 8.57 0.48 0.63
Hex CE 80 73 0 26 2C 13 9 30 3F
Octal 316 200 163 0 46 54 23 11 60 77
Binary 11001110 10000000 1110011 0 100110 101100 10011 1001 110000 111111

Color Harmonies of #CE8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8073

Black with #CE8073

Text Example


Text Example

White with #CE8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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