#C3838F

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

Shades of Puce #C3838F

Tints of Puce #C3838F

Color information

#C3838F (or 0xC3838F) is unknown color: approx Puce. HEX triplet: C3, 83 and 8F. RGB value is (195,131,143). Sum of RGB (Red+Green+Blue) = 195+131+143=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 131 (51.56% from 255 or 27.93% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3838F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3838F is #3C7C70. Grayscale: #979797. Windows color (decimal): -3964017 or 9405379. OLE color: 9405379.

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

Color convert

RGB195131143-
CMYK00.330.270.24
HSL348.75º34.78%63.92%-
HSV(B)348.75º32.82%76.47%-
XYZ35.5829.8229.87-
YUV151.5123.2159.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 131 (51.56% from 255) = 27.93%
BLUE value IS 143 (56.25% from 255) = 30.49%
R=41.58%
G=27.93%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513114300.330.270.24348.7534.7863.92
HexC3838F0211B1815d2340
Octal303203217041333053543100
Binary110000111000001110001111010000111011110001010111011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3838F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3838F; }

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

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

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

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

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

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

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

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