#C3838B

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

Shades of Puce #C3838B

Tints of Puce #C3838B

Color information

#C3838B (or 0xC3838B) is unknown color: approx Puce. HEX triplet: C3, 83 and 8B. RGB value is (195,131,139). Sum of RGB (Red+Green+Blue) = 195+131+139=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3838B is #3C7C74. Grayscale: #979797. Windows color (decimal): -3964021 or 9143235. OLE color: 9143235.

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

Color convert

RGB195131139-
CMYK00.330.290.24
HSL352.5º34.78%63.92%-
HSV(B)352.5º32.82%76.47%-
XYZ35.2829.728.3-
YUV151.05121.2159.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 139 (54.69% from 255) = 29.89%
R=41.94%
G=28.17%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513113900.330.290.24352.534.7863.92
HexC3838B0211D181602340
Octal303203213041353054043100
Binary110000111000001110001011010000111101110001011000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3838B; }

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

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

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

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

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

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

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

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