#C38298

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

Shades of Puce #C38298

Tints of Puce #C38298

Color information

#C38298 (or 0xC38298) is unknown color: approx Puce. HEX triplet: C3, 82 and 98. RGB value is (195,130,152). Sum of RGB (Red+Green+Blue) = 195+130+152=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 130 (51.17% from 255 or 27.25% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C38298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38298 is #3C7D67. Grayscale: #979797. Windows color (decimal): -3964264 or 9994947. OLE color: 9994947.

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

Color convert

RGB195130152-
CMYK00.330.220.24
HSL339.69º35.14%63.73%-
HSV(B)339.69º33.33%76.47%-
XYZ36.1629.8333.56-
YUV151.94128.03158.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.88%
GREEN value IS 130 (51.17% from 255) = 27.25%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=40.88%
G=27.25%
B=31.87%

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
Decimal19513015200.330.220.24339.6935.1463.73
HexC3829802116181542340
Octal303202230041263052443100
Binary110000111000001010011000010000110110110001010101001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38298; }

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

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

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

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

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

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

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

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