#CE8B92

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

Shades of Puce #CE8B92

Tints of Puce #CE8B92

Color information

#CE8B92 (or 0xCE8B92) is unknown color: approx Puce. HEX triplet: CE, 8B and 92. RGB value is (206,139,146). Sum of RGB (Red+Green+Blue) = 206+139+146=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 139 (54.69% from 255 or 28.31% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8B92 is #31746D. Grayscale: #9F9F9F. Windows color (decimal): -3241070 or 9604046. OLE color: 9604046.

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

Color convert

RGB206139146-
CMYK00.330.290.19
HSL353.73º40.61%67.65%-
HSV(B)353.73º32.52%80.78%-
XYZ39.8733.6631.59-
YUV159.83120.2160.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.96%
GREEN value IS 139 (54.69% from 255) = 28.31%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=41.96%
G=28.31%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613914600.330.290.19353.7340.6167.65
HexCE8B920211D131622944
Octal316213222041352354251104
Binary110011101000101110010010010000111101100111011000101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8B92; }

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

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

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

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

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

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

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

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