#CE7C96

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

Shades of Puce #CE7C96

Tints of Puce #CE7C96

Color information

#CE7C96 (or 0xCE7C96) is unknown color: approx Puce. HEX triplet: CE, 7C and 96. RGB value is (206,124,150). Sum of RGB (Red+Green+Blue) = 206+124+150=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 124 (48.83% from 255 or 25.83% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7C96 is #318369. Grayscale: #979797. Windows color (decimal): -3244906 or 9862350. OLE color: 9862350.

HSL color Cylindrical-coordinate representation of color #CE7C96: hue angle of 340.98º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7C96 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206124150-
CMYK00.400.270.19
HSL340.98º45.56%64.71%-
HSV(B)340.98º39.81%80.78%-
XYZ38.1729.7432.58-
YUV151.48127.17166.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.92%
GREEN value IS 124 (48.83% from 255) = 25.83%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=42.92%
G=25.83%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612415000.400.270.19340.9845.5664.71
HexCE7C960281B131552e41
Octal316174226050332352556101
Binary11001110111110010010110010100011011100111010101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7C96; }

 p { color: rgb(206,124,150); }

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

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

 a { background-color: rgb(206,124,150); }

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

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

 span { border-color: rgb(206,124,150); }

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