Html Css Color HEX #CE8575 New York Pink

📋 copy color: '#CE8575'

red 206 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #CE8575

Tints of New York Pink #CE8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.17%

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

R = 45.18%
G = 29.17%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE8575 (or 0xCE8575) is known color: New York Pink. HEX triplet: CE, 85 and 75. RGB value is (206,133,117). Sum of RGB (Red+Green+Blue) = 206+133+117=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8575 is #317A8A. Grayscale: #999999. Windows color (decimal): -3242635 or 7701966. OLE color: 7701966.

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

Color convert

RGB 206 133 117 -
CMYK 0 0.35 0.43 0.19
HSL 10.79º 0.48% 0.63% -
HSV(B) 10.79º 0.43% 0.81% -
XYZ 37.05 31.18 20.9 -
YUV 153 107.68 165.8 -
System Red Green Blue C M Y K H S L
Decimal 206 133 117 0 0.35 0.43 0.19 10.79 0.48 0.63
Hex CE 85 75 0 23 2B 13 B 30 3F
Octal 316 205 165 0 43 53 23 13 60 77
Binary 11001110 10000101 1110101 0 100011 101011 10011 1011 110000 111111

Color Harmonies of #CE8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8575

Black with #CE8575

Text Example


Text Example

White with #CE8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8575; }

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

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

background-color css

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

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

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

border-color css

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

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

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