Html Css Color HEX #CE8273 New York Pink

📋 copy color: '#CE8273'

red 206 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #CE8273

Tints of New York Pink #CE8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.82%

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

R = 45.68%
G = 28.82%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8273 (or 0xCE8273) is known color: New York Pink. HEX triplet: CE, 82 and 73. RGB value is (206,130,115). Sum of RGB (Red+Green+Blue) = 206+130+115=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8273 is #317D8C. Grayscale: #979797. Windows color (decimal): -3243405 or 7570126. OLE color: 7570126.

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

Color convert

RGB 206 130 115 -
CMYK 0 0.37 0.44 0.19
HSL 9.89º 0.48% 0.63% -
HSV(B) 9.89º 0.44% 0.81% -
XYZ 36.53 30.32 20.15 -
YUV 151.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 206 130 115 0 0.37 0.44 0.19 9.89 0.48 0.63
Hex CE 82 73 0 25 2C 13 A 30 3F
Octal 316 202 163 0 45 54 23 12 60 77
Binary 11001110 10000010 1110011 0 100101 101100 10011 1010 110000 111111

Color Harmonies of #CE8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8273

Black with #CE8273

Text Example


Text Example

White with #CE8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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