#CE7C95

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

Shades of Puce #CE7C95

Tints of Puce #CE7C95

Color information

#CE7C95 (or 0xCE7C95) is unknown color: approx Puce. HEX triplet: CE, 7C and 95. RGB value is (206,124,149). Sum of RGB (Red+Green+Blue) = 206+124+149=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 124 (48.83% from 255 or 25.89% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7C95 is #31836A. Grayscale: #979797. Windows color (decimal): -3244907 or 9796814. OLE color: 9796814.

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

Color convert

RGB206124149-
CMYK00.400.280.19
HSL341.71º45.56%64.71%-
HSV(B)341.71º39.81%80.78%-
XYZ38.0929.7132.16-
YUV151.37126.67166.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 124 (48.83% from 255) = 25.89%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=43.01%
G=25.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612414900.400.280.19341.7145.5664.71
HexCE7C950281C131562e41
Octal316174225050342352656101
Binary11001110111110010010101010100011100100111010101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7C95; }

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

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

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

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

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

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

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

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