#C3838A

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

Shades of Puce #C3838A

Tints of Puce #C3838A

Color information

#C3838A (or 0xC3838A) is unknown color: approx Puce. HEX triplet: C3, 83 and 8A. RGB value is (195,131,138). Sum of RGB (Red+Green+Blue) = 195+131+138=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3838A is #3C7C75. Grayscale: #969696. Windows color (decimal): -3964022 or 9077699. OLE color: 9077699.

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

Color convert

RGB195131138-
CMYK00.330.290.24
HSL353.44º34.78%63.92%-
HSV(B)353.44º32.82%76.47%-
XYZ35.2129.6727.92-
YUV150.93120.7159.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.03%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 138 (54.30% from 255) = 29.74%
R=42.03%
G=28.23%
B=29.74%

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
Decimal19513113800.330.290.24353.4434.7863.92
HexC3838A0211D181612340
Octal303203212041353054143100
Binary110000111000001110001010010000111101110001011000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3838A; }

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

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

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

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

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

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

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

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