#C0809A

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

Shades of Puce #C0809A

Tints of Puce #C0809A

Color information

#C0809A (or 0xC0809A) is unknown color: approx Puce. HEX triplet: C0, 80 and 9A. RGB value is (192,128,154). Sum of RGB (Red+Green+Blue) = 192+128+154=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C0809A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0809A is #3F7F65. Grayscale: #969696. Windows color (decimal): -4161382 or 10125504. OLE color: 10125504.

HSL color Cylindrical-coordinate representation of color #C0809A: hue angle of 335.62º degrees, saturation: 0.34, 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 #C0809A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192128154-
CMYK00.330.200.25
HSL335.62º33.68%62.75%-
HSV(B)335.62º33.33%75.29%-
XYZ35.2928.9834.31-
YUV150.1130.2157.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 154 (60.55% from 255) = 32.49%
R=40.51%
G=27.00%
B=32.49%

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
Decimal19212815400.330.200.25335.6233.6862.75
HexC0809A0211419150223f
Octal30020023204124315204277
Binary11000000100000001001101001000011010011001101010000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0809A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0809A; }

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

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

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

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

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

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

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

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