Html Css Color HEX #CE8271 New York Pink

📋 copy color: '#CE8271'

red 206 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #CE8271

Tints of New York Pink #CE8271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 45.88%
G = 28.95%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8271 (or 0xCE8271) is known color: New York Pink. HEX triplet: CE, 82 and 71. RGB value is (206,130,113). Sum of RGB (Red+Green+Blue) = 206+130+113=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8271 is #317D8E. Grayscale: #969696. Windows color (decimal): -3243407 or 7439054. OLE color: 7439054.

HSL color Cylindrical-coordinate representation of color #CE8271: hue angle of 10.97º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE8271 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 130 113 -
CMYK 0 0.37 0.45 0.19
HSL 10.97º 0.49% 0.63% -
HSV(B) 10.97º 0.45% 0.81% -
XYZ 36.42 30.28 19.55 -
YUV 150.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 206 130 113 0 0.37 0.45 0.19 10.97 0.49 0.63
Hex CE 82 71 0 25 2D 13 B 31 3F
Octal 316 202 161 0 45 55 23 13 61 77
Binary 11001110 10000010 1110001 0 100101 101101 10011 1011 110001 111111

Color Harmonies of #CE8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8271

Black with #CE8271

Text Example


Text Example

White with #CE8271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8271; }

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

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

background-color css

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

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

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

border-color css

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

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

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