Html Css Color HEX #CE849E Puce

📋 copy color: '#CE849E'

red 206 ◦ green 132 ◦ blue 158

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

Shades of Puce #CE849E

Tints of Puce #CE849E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.85%

R = 41.53%
G = 26.61%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE849E (or 0xCE849E) is known color: Puce. HEX triplet: CE, 84 and 9E. RGB value is (206,132,158). Sum of RGB (Red+Green+Blue) = 206+132+158=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CE849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE849E is #317B61. Grayscale: #9D9D9D. Windows color (decimal): -3242850 or 10388686. OLE color: 10388686.

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

Color convert

RGB 206 132 158 -
CMYK 0 0.36 0.23 0.19
HSL 338.92º 0.43% 0.66% -
HSV(B) 338.92º 0.36% 0.81% -
XYZ 39.88 32.09 36.44 -
YUV 157.09 128.52 162.89 -
System Red Green Blue C M Y K H S L
Decimal 206 132 158 0 0.36 0.23 0.19 338.92 0.43 0.66
Hex CE 84 9E 0 24 17 13 153 2B 42
Octal 316 204 236 0 44 27 23 523 53 102
Binary 11001110 10000100 10011110 0 100100 10111 10011 101010011 101011 1000010

Color Harmonies of #CE849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE849E

Black with #CE849E

Text Example


Text Example

White with #CE849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE849E; }

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

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

background-color css

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

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

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

border-color css

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

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

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