#CE819E

Color #CE819E Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CE819E

Tints of Puce #CE819E

Color information

#CE819E (or 0xCE819E) is unknown color: approx Puce. HEX triplet: CE, 81 and 9E. RGB value is (206,129,158). Sum of RGB (Red+Green+Blue) = 206+129+158=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 158 (62.11% from 255 or 32.05% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CE819E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE819E is #317E61. Grayscale: #9B9B9B. Windows color (decimal): -3243618 or 10387918. OLE color: 10387918.

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

Color convert

RGB206129158-
CMYK00.370.230.19
HSL337.4º44%65.69%-
HSV(B)337.4º37.38%80.78%-
XYZ39.4831.2936.31-
YUV155.33129.51164.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.78%
GREEN value IS 129 (50.78% from 255) = 26.17%
BLUE value IS 158 (62.11% from 255) = 32.05%
R=41.78%
G=26.17%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612915800.370.230.19337.44465.69
HexCE819E02517131512c42
Octal316201236045272352154102
Binary110011101000000110011110010010110111100111010100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE819E; }

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

 H1.HeaderClassName
 {
   color: #CE819E;
 }
 .AnyTagClassName
 {
   color: #CE819E;
 }
</style>
background-color css

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

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

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

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

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

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