#C08290

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

Shades of Puce #C08290

Tints of Puce #C08290

Color information

#C08290 (or 0xC08290) is unknown color: approx Puce. HEX triplet: C0, 82 and 90. RGB value is (192,130,144). Sum of RGB (Red+Green+Blue) = 192+130+144=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C08290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08290 is #3F7D6F. Grayscale: #969696. Windows color (decimal): -4160880 or 9470656. OLE color: 9470656.

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

Color convert

RGB192130144-
CMYK00.320.250.25
HSL346.45º32.98%63.14%-
HSV(B)346.45º32.29%75.29%-
XYZ34.7529.1930.19-
YUV150.13124.54157.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.20%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 144 (56.64% from 255) = 30.90%
R=41.20%
G=27.90%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213014400.320.250.25346.4532.9863.14
HexC08290020191915a213f
Octal30020222004031315324177
Binary11000000100000101001000001000001100111001101011010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08290; }

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

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

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

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

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

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

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

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