#C08190

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

Shades of Puce #C08190

Tints of Puce #C08190

Color information

#C08190 (or 0xC08190) is unknown color: approx Puce. HEX triplet: C0, 81 and 90. RGB value is (192,129,144). Sum of RGB (Red+Green+Blue) = 192+129+144=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C08190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08190 is #3F7E6F. Grayscale: #959595. Windows color (decimal): -4161136 or 9470400. OLE color: 9470400.

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

Color convert

RGB192129144-
CMYK00.330.250.25
HSL345.71º33.33%62.94%-
HSV(B)345.71º32.81%75.29%-
XYZ34.6228.9230.14-
YUV149.55124.87158.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.29%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 144 (56.64% from 255) = 30.97%
R=41.29%
G=27.74%
B=30.97%

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
Decimal19212914400.330.250.25345.7133.3362.94
HexC08190021191915a213f
Octal30020122004131315324177
Binary11000000100000011001000001000011100111001101011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08190; }

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

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

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

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

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

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

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

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