#CE819A

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

Shades of Puce #CE819A

Tints of Puce #CE819A

Color information

#CE819A (or 0xCE819A) is unknown color: approx Puce. HEX triplet: CE, 81 and 9A. RGB value is (206,129,154). Sum of RGB (Red+Green+Blue) = 206+129+154=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE819A is #317E65. Grayscale: #9A9A9A. Windows color (decimal): -3243622 or 10125774. OLE color: 10125774.

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

Color convert

RGB206129154-
CMYK00.370.250.19
HSL340.52º44%65.69%-
HSV(B)340.52º37.38%80.78%-
XYZ39.1431.1634.52-
YUV154.87127.51164.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 129 (50.78% from 255) = 26.38%
BLUE value IS 154 (60.55% from 255) = 31.49%
R=42.13%
G=26.38%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612915400.370.250.19340.524465.69
HexCE819A02519131552c42
Octal316201232045312352554102
Binary110011101000000110011010010010111001100111010101011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE819A; }

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

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

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

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

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

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

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

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