Html Css Color HEX #CE8276 New York Pink

📋 copy color: '#CE8276'

red 206 ◦ green 130 ◦ blue 118

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

Shades of New York Pink #CE8276

Tints of New York Pink #CE8276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.63%

 BLUE value IS 118 (46.48% from 255) = 25.99%

R = 45.37%
G = 28.63%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8276 (or 0xCE8276) is known color: New York Pink. HEX triplet: CE, 82 and 76. RGB value is (206,130,118). Sum of RGB (Red+Green+Blue) = 206+130+118=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 118 (46.48% from 255 or 25.99% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8276 is #317D89. Grayscale: #979797. Windows color (decimal): -3243402 or 7766734. OLE color: 7766734.

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

Color convert

RGB 206 130 118 -
CMYK 0 0.37 0.43 0.19
HSL 8.18º 0.47% 0.64% -
HSV(B) 8.18º 0.43% 0.81% -
XYZ 36.71 30.4 21.07 -
YUV 151.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 206 130 118 0 0.37 0.43 0.19 8.18 0.47 0.64
Hex CE 82 76 0 25 2B 13 8 2F 40
Octal 316 202 166 0 45 53 23 10 57 100
Binary 11001110 10000010 1110110 0 100101 101011 10011 1000 101111 1000000

Color Harmonies of #CE8276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8276

Black with #CE8276

Text Example


Text Example

White with #CE8276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8276; }

 p { color: rgb(206,130,118); }

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

background-color css

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

 a { background-color: rgb(206,130,118); }

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

border-color css

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

 span { border-color: rgb(206,130,118); }

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