#C4808F

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

Shades of Puce #C4808F

Tints of Puce #C4808F

Color information

#C4808F (or 0xC4808F) is unknown color: approx Puce. HEX triplet: C4, 80 and 8F. RGB value is (196,128,143). Sum of RGB (Red+Green+Blue) = 196+128+143=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 143 (56.25% from 255 or 30.62% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4808F is #3B7F70. Grayscale: #969696. Windows color (decimal): -3899249 or 9404612. OLE color: 9404612.

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

Color convert

RGB196128143-
CMYK00.350.270.23
HSL346.76º36.56%63.53%-
HSV(B)346.76º34.69%76.86%-
XYZ35.4429.1629.75-
YUV150.04124.03160.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 128 (50.39% from 255) = 27.41%
BLUE value IS 143 (56.25% from 255) = 30.62%
R=41.97%
G=27.41%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612814300.350.270.23346.7636.5663.53
HexC4808F0231B1715b2540
Octal304200217043332753345100
Binary110001001000000010001111010001111011101111010110111001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4808F; }

 p { color: rgb(196,128,143); }

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

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

 a { background-color: rgb(196,128,143); }

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

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

 span { border-color: rgb(196,128,143); }

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