Html Css Color HEX #CE8072 New York Pink

📋 copy color: '#CE8072'

red 206 ◦ green 128 ◦ blue 114

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

Shades of New York Pink #CE8072

Tints of New York Pink #CE8072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 45.98%
G = 28.57%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8072 (or 0xCE8072) is known color: New York Pink. HEX triplet: CE, 80 and 72. RGB value is (206,128,114). Sum of RGB (Red+Green+Blue) = 206+128+114=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8072 is #317F8D. Grayscale: #959595. Windows color (decimal): -3243918 or 7504078. OLE color: 7504078.

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

Color convert

RGB 206 128 114 -
CMYK 0 0.38 0.45 0.19
HSL 9.13º 0.48% 0.63% -
HSV(B) 9.13º 0.45% 0.81% -
XYZ 36.21 29.78 19.76 -
YUV 149.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 206 128 114 0 0.38 0.45 0.19 9.13 0.48 0.63
Hex CE 80 72 0 26 2D 13 9 30 3F
Octal 316 200 162 0 46 55 23 11 60 77
Binary 11001110 10000000 1110010 0 100110 101101 10011 1001 110000 111111

Color Harmonies of #CE8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8072

Black with #CE8072

Text Example


Text Example

White with #CE8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8072; }

 p { color: rgb(206,128,114); }

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

background-color css

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

 a { background-color: rgb(206,128,114); }

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

border-color css

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

 span { border-color: rgb(206,128,114); }

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