#C38792

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

Shades of Puce #C38792

Tints of Puce #C38792

Color information

#C38792 (or 0xC38792) is unknown color: approx Puce. HEX triplet: C3, 87 and 92. RGB value is (195,135,146). Sum of RGB (Red+Green+Blue) = 195+135+146=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38792 is #3C786D. Grayscale: #9A9A9A. Windows color (decimal): -3962990 or 9603011. OLE color: 9603011.

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

Color convert

RGB195135146-
CMYK00.310.250.24
HSL349º33.33%64.71%-
HSV(B)349º30.77%76.47%-
XYZ36.3631.0131.26-
YUV154.19123.38157.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 146 (57.42% from 255) = 30.67%
R=40.97%
G=28.36%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513514600.310.250.2434933.3364.71
HexC3879201F191815d2141
Octal303207222037313053541101
Binary11000011100001111001001001111111001110001010111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38792; }

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

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

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

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

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

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

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

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