Html Css Color HEX #CE8171 New York Pink

📋 copy color: '#CE8171'

red 206 ◦ green 129 ◦ blue 113

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

Shades of New York Pink #CE8171

Tints of New York Pink #CE8171

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 45.98%
G = 28.79%
B = 25.22%

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

#CE8171 (or 0xCE8171) is known color: New York Pink. HEX triplet: CE, 81 and 71. RGB value is (206,129,113). Sum of RGB (Red+Green+Blue) = 206+129+113=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8171 is #317E8E. Grayscale: #969696. Windows color (decimal): -3243663 or 7438798. OLE color: 7438798.

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

Color convert

RGB 206 129 113 -
CMYK 0 0.37 0.45 0.19
HSL 10.32º 0.49% 0.63% -
HSV(B) 10.32º 0.45% 0.81% -
XYZ 36.28 30.01 19.5 -
YUV 150.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 206 129 113 0 0.37 0.45 0.19 10.32 0.49 0.63
Hex CE 81 71 0 25 2D 13 A 31 3F
Octal 316 201 161 0 45 55 23 12 61 77
Binary 11001110 10000001 1110001 0 100101 101101 10011 1010 110001 111111

Color Harmonies of #CE8171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8171

Black with #CE8171

Text Example


Text Example

White with #CE8171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8171; }

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

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

background-color css

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

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

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

border-color css

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

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

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