#CE7E97

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

Shades of Puce #CE7E97

Tints of Puce #CE7E97

Color information

#CE7E97 (or 0xCE7E97) is unknown color: approx Puce. HEX triplet: CE, 7E and 97. RGB value is (206,126,151). Sum of RGB (Red+Green+Blue) = 206+126+151=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E97 is #318168. Grayscale: #989898. Windows color (decimal): -3244393 or 9928398. OLE color: 9928398.

HSL color Cylindrical-coordinate representation of color #CE7E97: hue angle of 341.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 #CE7E97 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB206126151-
CMYK00.390.270.19
HSL341.25º44.94%65.1%-
HSV(B)341.25º38.83%80.78%-
XYZ38.530.2833.09-
YUV152.77127165.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.65%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 151 (59.38% from 255) = 31.26%
R=42.65%
G=26.09%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612615100.390.270.19341.2544.9465.1
HexCE7E970271B131552d41
Octal316176227047332352555101
Binary11001110111111010010111010011111011100111010101011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E97; }

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

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

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

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

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

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

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

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