Html Css Color HEX #CE8475 New York Pink

📋 copy color: '#CE8475'

red 206 ◦ green 132 ◦ blue 117

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

Shades of New York Pink #CE8475

Tints of New York Pink #CE8475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.01%

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

R = 45.27%
G = 29.01%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8475 (or 0xCE8475) is known color: New York Pink. HEX triplet: CE, 84 and 75. RGB value is (206,132,117). Sum of RGB (Red+Green+Blue) = 206+132+117=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8475 is #317B8A. Grayscale: #989898. Windows color (decimal): -3242891 or 7701710. OLE color: 7701710.

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

Color convert

RGB 206 132 117 -
CMYK 0 0.36 0.43 0.19
HSL 10.11º 0.48% 0.63% -
HSV(B) 10.11º 0.43% 0.81% -
XYZ 36.92 30.91 20.85 -
YUV 152.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 206 132 117 0 0.36 0.43 0.19 10.11 0.48 0.63
Hex CE 84 75 0 24 2B 13 A 30 3F
Octal 316 204 165 0 44 53 23 12 60 77
Binary 11001110 10000100 1110101 0 100100 101011 10011 1010 110000 111111

Color Harmonies of #CE8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8475

Black with #CE8475

Text Example


Text Example

White with #CE8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8475; }

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

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

background-color css

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

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

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

border-color css

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

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

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