#C0809C

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

Shades of Puce #C0809C

Tints of Puce #C0809C

Color information

#C0809C (or 0xC0809C) is unknown color: approx Puce. HEX triplet: C0, 80 and 9C. RGB value is (192,128,156). Sum of RGB (Red+Green+Blue) = 192+128+156=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 128 (50.39% from 255 or 26.89% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0809C is #3F7F63. Grayscale: #969696. Windows color (decimal): -4161380 or 10256576. OLE color: 10256576.

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

Color convert

RGB192128156-
CMYK00.330.190.25
HSL333.75º33.68%62.75%-
HSV(B)333.75º33.33%75.29%-
XYZ35.4629.0535.19-
YUV150.33131.2157.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 128 (50.39% from 255) = 26.89%
BLUE value IS 156 (61.33% from 255) = 32.77%
R=40.34%
G=26.89%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212815600.330.190.25333.7533.6862.75
HexC0809C021131914e223f
Octal30020023404123315164277
Binary11000000100000001001110001000011001111001101001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0809C; }

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

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

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

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

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

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

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

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