#C7858B

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

Shades of Puce #C7858B

Tints of Puce #C7858B

Color information

#C7858B (or 0xC7858B) is unknown color: approx Puce. HEX triplet: C7, 85 and 8B. RGB value is (199,133,139). Sum of RGB (Red+Green+Blue) = 199+133+139=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C7858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7858B is #387A74. Grayscale: #999999. Windows color (decimal): -3701365 or 9143751. OLE color: 9143751.

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

Color convert

RGB199133139-
CMYK00.330.300.22
HSL354.55º37.08%65.1%-
HSV(B)354.55º33.17%78.04%-
XYZ36.630.7828.44-
YUV153.42119.87160.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=42.25%
G=28.24%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913313900.330.300.22354.5537.0865.1
HexC7858B0211E161632541
Octal307205213041362654345101
Binary110001111000010110001011010000111110101101011000111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7858B; }

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

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

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

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

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

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

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

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