#CE7E93

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

Shades of Puce #CE7E93

Tints of Puce #CE7E93

Color information

#CE7E93 (or 0xCE7E93) is unknown color: approx Puce. HEX triplet: CE, 7E and 93. RGB value is (206,126,147). Sum of RGB (Red+Green+Blue) = 206+126+147=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E93 is #31816C. Grayscale: #989898. Windows color (decimal): -3244397 or 9666254. OLE color: 9666254.

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

Color convert

RGB206126147-
CMYK00.390.290.19
HSL344.25º44.94%65.1%-
HSV(B)344.25º38.83%80.78%-
XYZ38.1830.1531.41-
YUV152.31125166.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.01%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 147 (57.81% from 255) = 30.69%
R=43.01%
G=26.30%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612614700.390.290.19344.2544.9465.1
HexCE7E930271D131582d41
Octal316176223047352353055101
Binary11001110111111010010011010011111101100111010110001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E93; }

 p { color: rgb(206,126,147); }

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

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

 a { background-color: rgb(206,126,147); }

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

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

 span { border-color: rgb(206,126,147); }

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