Html Css Color HEX #CE809E Puce

📋 copy color: '#CE809E'

red 206 ◦ green 128 ◦ blue 158

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

Shades of Puce #CE809E

Tints of Puce #CE809E

RGB

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

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

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

R = 41.87%
G = 26.02%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#CE809E (or 0xCE809E) is known color: Puce. HEX triplet: CE, 80 and 9E. RGB value is (206,128,158). Sum of RGB (Red+Green+Blue) = 206+128+158=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CE809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE809E is #317F61. Grayscale: #9A9A9A. Windows color (decimal): -3243874 or 10387662. OLE color: 10387662.

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

Color convert

RGB 206 128 158 -
CMYK 0 0.38 0.23 0.19
HSL 336.92º 0.44% 0.65% -
HSV(B) 336.92º 0.38% 0.81% -
XYZ 39.34 31.03 36.26 -
YUV 154.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 206 128 158 0 0.38 0.23 0.19 336.92 0.44 0.65
Hex CE 80 9E 0 26 17 13 151 2C 41
Octal 316 200 236 0 46 27 23 521 54 101
Binary 11001110 10000000 10011110 0 100110 10111 10011 101010001 101100 1000001

Color Harmonies of #CE809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE809E

Black with #CE809E

Text Example


Text Example

White with #CE809E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE809E; }

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

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

background-color css

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

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

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

border-color css

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

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

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