#C38297

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

Shades of Puce #C38297

Tints of Puce #C38297

Color information

#C38297 (or 0xC38297) is unknown color: approx Puce. HEX triplet: C3, 82 and 97. RGB value is (195,130,151). Sum of RGB (Red+Green+Blue) = 195+130+151=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38297 is #3C7D68. Grayscale: #979797. Windows color (decimal): -3964265 or 9929411. OLE color: 9929411.

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

Color convert

RGB195130151-
CMYK00.330.230.24
HSL340.62º35.14%63.73%-
HSV(B)340.62º33.33%76.47%-
XYZ36.0729.833.13-
YUV151.83127.53158.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 130 (51.17% from 255) = 27.31%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=40.97%
G=27.31%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513015100.330.230.24340.6235.1463.73
HexC3829702117181552340
Octal303202227041273052543100
Binary110000111000001010010111010000110111110001010101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38297; }

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

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

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

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

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

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

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

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