#C7858A

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

Shades of Puce #C7858A

Tints of Puce #C7858A

Color information

#C7858A (or 0xC7858A) is unknown color: approx Puce. HEX triplet: C7, 85 and 8A. RGB value is (199,133,138). Sum of RGB (Red+Green+Blue) = 199+133+138=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858A is #387A75. Grayscale: #999999. Windows color (decimal): -3701366 or 9078215. OLE color: 9078215.

HSL color Cylindrical-coordinate representation of color #C7858A: hue angle of 355.45º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C7858A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB199133138-
CMYK00.330.310.22
HSL355.45º37.08%65.1%-
HSV(B)355.45º33.17%78.04%-
XYZ36.5330.7528.06-
YUV153.3119.37160.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=42.34%
G=28.30%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913313800.330.310.22355.4537.0865.1
HexC7858A0211F161632541
Octal307205212041372654345101
Binary110001111000010110001010010000111111101101011000111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7858A; }

 p { color: rgb(199,133,138); }

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

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

 a { background-color: rgb(199,133,138); }

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

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

 span { border-color: rgb(199,133,138); }

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