#C38299

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

Shades of Puce #C38299

Tints of Puce #C38299

Color information

#C38299 (or 0xC38299) is unknown color: approx Puce. HEX triplet: C3, 82 and 99. RGB value is (195,130,153). Sum of RGB (Red+Green+Blue) = 195+130+153=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38299 is #3C7D66. Grayscale: #989898. Windows color (decimal): -3964263 or 10060483. OLE color: 10060483.

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

Color convert

RGB195130153-
CMYK00.330.220.24
HSL338.77º35.14%63.73%-
HSV(B)338.77º33.33%76.47%-
XYZ36.2429.8733.99-
YUV152.06128.53158.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 130 (51.17% from 255) = 27.20%
BLUE value IS 153 (60.16% from 255) = 32.01%
R=40.79%
G=27.20%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513015300.330.220.24338.7735.1463.73
HexC3829902116181532340
Octal303202231041263052343100
Binary110000111000001010011001010000110110110001010100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38299; }

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

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

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

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

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

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

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

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