Html Css Color HEX #CE8473 New York Pink

📋 copy color: '#CE8473'

red 206 ◦ green 132 ◦ blue 115

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

Shades of New York Pink #CE8473

Tints of New York Pink #CE8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 45.47%
G = 29.14%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE8473 (or 0xCE8473) is known color: New York Pink. HEX triplet: CE, 84 and 73. RGB value is (206,132,115). Sum of RGB (Red+Green+Blue) = 206+132+115=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8473 is #317B8C. Grayscale: #989898. Windows color (decimal): -3242893 or 7570638. OLE color: 7570638.

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

Color convert

RGB 206 132 115 -
CMYK 0 0.36 0.44 0.19
HSL 11.21º 0.48% 0.63% -
HSV(B) 11.21º 0.44% 0.81% -
XYZ 36.8 30.86 20.24 -
YUV 152.19 107.02 166.38 -
System Red Green Blue C M Y K H S L
Decimal 206 132 115 0 0.36 0.44 0.19 11.21 0.48 0.63
Hex CE 84 73 0 24 2C 13 B 30 3F
Octal 316 204 163 0 44 54 23 13 60 77
Binary 11001110 10000100 1110011 0 100100 101100 10011 1011 110000 111111

Color Harmonies of #CE8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8473

Black with #CE8473

Text Example


Text Example

White with #CE8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8473; }

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

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

background-color css

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

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

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

border-color css

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

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

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