Html Css Color HEX #CE8070 New York Pink

📋 copy color: '#CE8070'

red 206 ◦ green 128 ◦ blue 112

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

Shades of New York Pink #CE8070

Tints of New York Pink #CE8070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.11%

R = 46.19%
G = 28.7%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE8070 (or 0xCE8070) is known color: New York Pink. HEX triplet: CE, 80 and 70. RGB value is (206,128,112). Sum of RGB (Red+Green+Blue) = 206+128+112=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8070 is #317F8F. Grayscale: #959595. Windows color (decimal): -3243920 or 7373006. OLE color: 7373006.

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

Color convert

RGB 206 128 112 -
CMYK 0 0.38 0.46 0.19
HSL 10.21º 0.49% 0.62% -
HSV(B) 10.21º 0.46% 0.81% -
XYZ 36.1 29.73 19.17 -
YUV 149.5 106.84 168.3 -
System Red Green Blue C M Y K H S L
Decimal 206 128 112 0 0.38 0.46 0.19 10.21 0.49 0.62
Hex CE 80 70 0 26 2E 13 A 31 3E
Octal 316 200 160 0 46 56 23 12 61 76
Binary 11001110 10000000 1110000 0 100110 101110 10011 1010 110001 111110

Color Harmonies of #CE8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8070

Black with #CE8070

Text Example


Text Example

White with #CE8070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8070; }

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

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

background-color css

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

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

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

border-color css

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

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

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