Html Css Color HEX #CE8374 New York Pink

📋 copy color: '#CE8374'

red 206 ◦ green 131 ◦ blue 116

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

Shades of New York Pink #CE8374

Tints of New York Pink #CE8374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.92%

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 45.47%
G = 28.92%
B = 25.61%

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

#CE8374 (or 0xCE8374) is known color: New York Pink. HEX triplet: CE, 83 and 74. RGB value is (206,131,116). Sum of RGB (Red+Green+Blue) = 206+131+116=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8374 is #317C8B. Grayscale: #979797. Windows color (decimal): -3243148 or 7635918. OLE color: 7635918.

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

Color convert

RGB 206 131 116 -
CMYK 0 0.36 0.44 0.19
HSL 10º 0.48% 0.63% -
HSV(B) 10º 0.44% 0.81% -
XYZ 36.72 30.62 20.5 -
YUV 151.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 206 131 116 0 0.36 0.44 0.19 10 0.48 0.63
Hex CE 83 74 0 24 2C 13 A 30 3F
Octal 316 203 164 0 44 54 23 12 60 77
Binary 11001110 10000011 1110100 0 100100 101100 10011 1010 110000 111111

Color Harmonies of #CE8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8374

Black with #CE8374

Text Example


Text Example

White with #CE8374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8374; }

 p { color: rgb(206,131,116); }

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

background-color css

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

 a { background-color: rgb(206,131,116); }

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

border-color css

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

 span { border-color: rgb(206,131,116); }

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