#C08090

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

Shades of Puce #C08090

Tints of Puce #C08090

Color information

#C08090 (or 0xC08090) is unknown color: approx Puce. HEX triplet: C0, 80 and 90. RGB value is (192,128,144). Sum of RGB (Red+Green+Blue) = 192+128+144=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C08090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08090 is #3F7F6F. Grayscale: #949494. Windows color (decimal): -4161392 or 9470144. OLE color: 9470144.

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

Color convert

RGB192128144-
CMYK00.330.250.25
HSL345º33.68%62.75%-
HSV(B)345º33.33%75.29%-
XYZ34.4928.6630.1-
YUV148.96125.2158.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=41.38%
G=27.59%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212814400.330.250.2534533.6862.75
HexC080900211919159223f
Octal30020022004131315314277
Binary11000000100000001001000001000011100111001101011001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08090; }

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

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

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

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

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

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

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

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