#CE7E98

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

Shades of Puce #CE7E98

Tints of Puce #CE7E98

Color information

#CE7E98 (or 0xCE7E98) is unknown color: approx Puce. HEX triplet: CE, 7E and 98. RGB value is (206,126,152). Sum of RGB (Red+Green+Blue) = 206+126+152=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 126 (49.61% from 255 or 26.03% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE7E98 is #318167. Grayscale: #989898. Windows color (decimal): -3244392 or 9993934. OLE color: 9993934.

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

Color convert

RGB206126152-
CMYK00.390.260.19
HSL340.5º44.94%65.1%-
HSV(B)340.5º38.83%80.78%-
XYZ38.5830.3133.52-
YUV152.88127.5165.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 126 (49.61% from 255) = 26.03%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=42.56%
G=26.03%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612615200.390.260.19340.544.9465.1
HexCE7E980271A131542d41
Octal316176230047322352455101
Binary11001110111111010011000010011111010100111010101001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E98; }

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

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

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

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

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

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

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

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