#C3858B

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

Shades of Puce #C3858B

Tints of Puce #C3858B

Color information

#C3858B (or 0xC3858B) is unknown color: approx Puce. HEX triplet: C3, 85 and 8B. RGB value is (195,133,139). Sum of RGB (Red+Green+Blue) = 195+133+139=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3858B is #3C7A74. Grayscale: #989898. Windows color (decimal): -3963509 or 9143747. OLE color: 9143747.

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

Color convert

RGB195133139-
CMYK00.320.290.24
HSL354.19º34.07%64.31%-
HSV(B)354.19º31.79%76.47%-
XYZ35.5530.2428.39-
YUV152.22120.54158.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=41.76%
G=28.48%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513313900.320.290.24354.1934.0764.31
HexC3858B0201D181622240
Octal303205213040353054242100
Binary110000111000010110001011010000011101110001011000101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3858B; }

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

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

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

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

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

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

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

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