#C0819A

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

Shades of Puce #C0819A

Tints of Puce #C0819A

Color information

#C0819A (or 0xC0819A) is unknown color: approx Puce. HEX triplet: C0, 81 and 9A. RGB value is (192,129,154). Sum of RGB (Red+Green+Blue) = 192+129+154=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 154 (60.55% from 255 or 32.42% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C0819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0819A is #3F7E65. Grayscale: #969696. Windows color (decimal): -4161126 or 10125760. OLE color: 10125760.

HSL color Cylindrical-coordinate representation of color #C0819A: hue angle of 336.19º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0819A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192129154-
CMYK00.330.200.25
HSL336.19º33.33%62.94%-
HSV(B)336.19º32.81%75.29%-
XYZ35.4229.2434.35-
YUV150.69129.87157.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 154 (60.55% from 255) = 32.42%
R=40.42%
G=27.16%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212915400.330.200.25336.1933.3362.94
HexC0819A0211419150213f
Octal30020123204124315204177
Binary11000000100000011001101001000011010011001101010000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0819A; }

 p { color: rgb(192,129,154); }

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

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

 a { background-color: rgb(192,129,154); }

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

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

 span { border-color: rgb(192,129,154); }

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