#C3858C

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

Shades of Puce #C3858C

Tints of Puce #C3858C

Color information

#C3858C (or 0xC3858C) is unknown color: approx Puce. HEX triplet: C3, 85 and 8C. RGB value is (195,133,140). Sum of RGB (Red+Green+Blue) = 195+133+140=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 133 (52.34% from 255 or 28.42% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858C is #3C7A73. Grayscale: #989898. Windows color (decimal): -3963508 or 9209283. OLE color: 9209283.

HSL color Cylindrical-coordinate representation of color #C3858C: hue angle of 353.23º 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 #C3858C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195133140-
CMYK00.320.280.24
HSL353.23º34.07%64.31%-
HSV(B)353.23º31.79%76.47%-
XYZ35.6330.2728.78-
YUV152.34121.04158.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 133 (52.34% from 255) = 28.42%
BLUE value IS 140 (55.08% from 255) = 29.91%
R=41.67%
G=28.42%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513314000.320.280.24353.2334.0764.31
HexC3858C0201C181612240
Octal303205214040343054142100
Binary110000111000010110001100010000011100110001011000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3858C; }

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

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

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

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

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

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

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

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