#CE8B8F

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

Shades of Puce #CE8B8F

Tints of Puce #CE8B8F

Color information

#CE8B8F (or 0xCE8B8F) is unknown color: approx Puce. HEX triplet: CE, 8B and 8F. RGB value is (206,139,143). Sum of RGB (Red+Green+Blue) = 206+139+143=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8B8F is #317470. Grayscale: #9F9F9F. Windows color (decimal): -3241073 or 9407438. OLE color: 9407438.

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

Color convert

RGB206139143-
CMYK00.330.310.19
HSL356.42º40.61%67.65%-
HSV(B)356.42º32.52%80.78%-
XYZ39.6433.5730.38-
YUV159.49118.7161.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.21%
GREEN value IS 139 (54.69% from 255) = 28.48%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=42.21%
G=28.48%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613914300.330.310.19356.4240.6167.65
HexCE8B8F0211F131642944
Octal316213217041372354451104
Binary110011101000101110001111010000111111100111011001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8B8F; }

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

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

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

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

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

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

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

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