#C38499

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

Shades of Puce #C38499

Tints of Puce #C38499

Color information

#C38499 (or 0xC38499) is unknown color: approx Puce. HEX triplet: C3, 84 and 99. RGB value is (195,132,153). Sum of RGB (Red+Green+Blue) = 195+132+153=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C38499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38499 is #3C7B66. Grayscale: #999999. Windows color (decimal): -3963751 or 10060995. OLE color: 10060995.

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

Color convert

RGB195132153-
CMYK00.320.220.24
HSL340º34.43%64.12%-
HSV(B)340º32.31%76.47%-
XYZ36.5130.434.08-
YUV153.23127.87157.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=40.62%
G=27.5%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513215300.320.220.2434034.4364.12
HexC3849902016181542240
Octal303204231040263052442100
Binary110000111000010010011001010000010110110001010101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38499; }

 p { color: rgb(195,132,153); }

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

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

 a { background-color: rgb(195,132,153); }

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

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

 span { border-color: rgb(195,132,153); }

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