#CE8195

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

Shades of Puce #CE8195

Tints of Puce #CE8195

Color information

#CE8195 (or 0xCE8195) is unknown color: approx Puce. HEX triplet: CE, 81 and 95. RGB value is (206,129,149). Sum of RGB (Red+Green+Blue) = 206+129+149=484 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.56% from 484); Green value is 129 (50.78% from 255 or 26.65% from 484); Blue value is 149 (58.59% from 255 or 30.79% from 484); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8195 is #317E6A. Grayscale: #9A9A9A. Windows color (decimal): -3243627 or 9798094. OLE color: 9798094.

HSL color Cylindrical-coordinate representation of color #CE8195: hue angle of 344.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE8195 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206129149-
CMYK00.370.280.19
HSL344.42º44%65.69%-
HSV(B)344.42º37.38%80.78%-
XYZ38.7330.9932.37-
YUV154.3125.01164.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.56%
GREEN value IS 129 (50.78% from 255) = 26.65%
BLUE value IS 149 (58.59% from 255) = 30.79%
R=42.56%
G=26.65%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612914900.370.280.19344.424465.69
HexCE81950251C131582c42
Octal316201225045342353054102
Binary110011101000000110010101010010111100100111010110001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8195; }

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

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

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

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

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

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

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

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