Html Css Color HEX #CE8075 New York Pink

📋 copy color: '#CE8075'

red 206 ◦ green 128 ◦ blue 117

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

Shades of New York Pink #CE8075

Tints of New York Pink #CE8075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.94%

R = 45.68%
G = 28.38%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8075 (or 0xCE8075) is known color: New York Pink. HEX triplet: CE, 80 and 75. RGB value is (206,128,117). Sum of RGB (Red+Green+Blue) = 206+128+117=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8075 is #317F8A. Grayscale: #969696. Windows color (decimal): -3243915 or 7700686. OLE color: 7700686.

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

Color convert

RGB 206 128 117 -
CMYK 0 0.38 0.43 0.19
HSL 7.42º 0.48% 0.63% -
HSV(B) 7.42º 0.43% 0.81% -
XYZ 36.38 29.84 20.67 -
YUV 150.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 206 128 117 0 0.38 0.43 0.19 7.42 0.48 0.63
Hex CE 80 75 0 26 2B 13 7 30 3F
Octal 316 200 165 0 46 53 23 7 60 77
Binary 11001110 10000000 1110101 0 100110 101011 10011 111 110000 111111

Color Harmonies of #CE8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8075

Black with #CE8075

Text Example


Text Example

White with #CE8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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