#CE8692

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

Shades of Puce #CE8692

Tints of Puce #CE8692

Color information

#CE8692 (or 0xCE8692) is unknown color: approx Puce. HEX triplet: CE, 86 and 92. RGB value is (206,134,146). Sum of RGB (Red+Green+Blue) = 206+134+146=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 134 (52.73% from 255 or 27.57% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8692 is #31796D. Grayscale: #9C9C9C. Windows color (decimal): -3242350 or 9602766. OLE color: 9602766.

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

Color convert

RGB206134146-
CMYK00.350.290.19
HSL350º42.35%66.67%-
HSV(B)350º34.95%80.78%-
XYZ39.1732.2531.35-
YUV156.9121.85163.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.39%
GREEN value IS 134 (52.73% from 255) = 27.57%
BLUE value IS 146 (57.42% from 255) = 30.04%
R=42.39%
G=27.57%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613414600.350.290.1935042.3566.67
HexCE86920231D1315e2a43
Octal316206222043352353652103
Binary110011101000011010010010010001111101100111010111101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8692; }

 p { color: rgb(206,134,146); }

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

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

 a { background-color: rgb(206,134,146); }

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

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

 span { border-color: rgb(206,134,146); }

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