#C48592

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

Shades of Puce #C48592

Tints of Puce #C48592

Color information

#C48592 (or 0xC48592) is unknown color: approx Puce. HEX triplet: C4, 85 and 92. RGB value is (196,133,146). Sum of RGB (Red+Green+Blue) = 196+133+146=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C48592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48592 is #3B7A6D. Grayscale: #999999. Windows color (decimal): -3897966 or 9602500. OLE color: 9602500.

HSL color Cylindrical-coordinate representation of color #C48592: hue angle of 347.62º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48592 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196133146-
CMYK00.320.260.23
HSL347.62º34.81%64.51%-
HSV(B)347.62º32.14%76.86%-
XYZ36.3430.5931.18-
YUV153.32123.87158.44-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 133 (52.34% from 255) = 28%
BLUE value IS 146 (57.42% from 255) = 30.74%
R=41.26%
G=28%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613314600.320.260.23347.6234.8164.51
HexC485920201A1715c2341
Octal304205222040322753443101
Binary110001001000010110010010010000011010101111010111001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48592; }

 p { color: rgb(196,133,146); }

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

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

 a { background-color: rgb(196,133,146); }

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

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

 span { border-color: rgb(196,133,146); }

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