#C3858E

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

Shades of Puce #C3858E

Tints of Puce #C3858E

Color information

#C3858E (or 0xC3858E) is unknown color: approx Puce. HEX triplet: C3, 85 and 8E. RGB value is (195,133,142). Sum of RGB (Red+Green+Blue) = 195+133+142=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858E is #3C7A71. Grayscale: #989898. Windows color (decimal): -3963506 or 9340355. OLE color: 9340355.

HSL color Cylindrical-coordinate representation of color #C3858E: hue angle of 351.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3858E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195133142-
CMYK00.320.270.24
HSL351.29º34.07%64.31%-
HSV(B)351.29º31.79%76.47%-
XYZ35.7830.3329.56-
YUV152.56122.04158.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 133 (52.34% from 255) = 28.30%
BLUE value IS 142 (55.86% from 255) = 30.21%
R=41.49%
G=28.30%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513314200.320.270.24351.2934.0764.31
HexC3858E0201B1815f2240
Octal303205216040333053742100
Binary110000111000010110001110010000011011110001010111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3858E; }

 p { color: rgb(195,133,142); }

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

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

 a { background-color: rgb(195,133,142); }

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

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

 span { border-color: rgb(195,133,142); }

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