#C08293

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

Shades of Puce #C08293

Tints of Puce #C08293

Color information

#C08293 (or 0xC08293) is unknown color: approx Puce. HEX triplet: C0, 82 and 93. RGB value is (192,130,147). Sum of RGB (Red+Green+Blue) = 192+130+147=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C08293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08293 is #3F7D6C. Grayscale: #969696. Windows color (decimal): -4160877 or 9667264. OLE color: 9667264.

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

Color convert

RGB192130147-
CMYK00.320.230.25
HSL343.55º32.98%63.14%-
HSV(B)343.55º32.29%75.29%-
XYZ34.9929.2831.41-
YUV150.48126.04157.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 130 (51.17% from 255) = 27.72%
BLUE value IS 147 (57.81% from 255) = 31.34%
R=40.94%
G=27.72%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213014700.320.230.25343.5532.9863.14
HexC082930201719158213f
Octal30020222304027315304177
Binary11000000100000101001001101000001011111001101011000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08293; }

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

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

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

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

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

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

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

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