#C38C92

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

Shades of Puce #C38C92

Tints of Puce #C38C92

Color information

#C38C92 (or 0xC38C92) is unknown color: approx Puce. HEX triplet: C3, 8C and 92. RGB value is (195,140,146). Sum of RGB (Red+Green+Blue) = 195+140+146=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38C92 is #3C736D. Grayscale: #9D9D9D. Windows color (decimal): -3961710 or 9604291. OLE color: 9604291.

HSL color Cylindrical-coordinate representation of color #C38C92: hue angle of 353.45º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38C92 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB195140146-
CMYK00.280.250.24
HSL353.45º31.43%65.69%-
HSV(B)353.45º28.21%76.47%-
XYZ37.0732.4331.5-
YUV157.13121.72155.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=40.54%
G=29.11%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514014600.280.250.24353.4531.4365.69
HexC38C9201C19181611f42
Octal303214222034313054137102
Binary1100001110001100100100100111001100111000101100001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38C92; }

 p { color: rgb(195,140,146); }

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

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

 a { background-color: rgb(195,140,146); }

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

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

 span { border-color: rgb(195,140,146); }

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