#C38398

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

Shades of Puce #C38398

Tints of Puce #C38398

Color information

#C38398 (or 0xC38398) is unknown color: approx Puce. HEX triplet: C3, 83 and 98. RGB value is (195,131,152). Sum of RGB (Red+Green+Blue) = 195+131+152=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 131 (51.56% from 255 or 27.41% from 478); Blue value is 152 (59.77% from 255 or 31.80% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38398 is #3C7C67. Grayscale: #989898. Windows color (decimal): -3964008 or 9995203. OLE color: 9995203.

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

Color convert

RGB195131152-
CMYK00.330.220.24
HSL340.31º34.78%63.92%-
HSV(B)340.31º32.82%76.47%-
XYZ36.2930.133.6-
YUV152.53127.7158.29-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 131 (51.56% from 255) = 27.41%
BLUE value IS 152 (59.77% from 255) = 31.80%
R=40.79%
G=27.41%
B=31.80%

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
Decimal19513115200.330.220.24340.3134.7863.92
HexC3839802116181542340
Octal303203230041263052443100
Binary110000111000001110011000010000110110110001010101001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38398; }

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

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

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

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

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

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

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

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