#C08594

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

Shades of Puce #C08594

Tints of Puce #C08594

Color information

#C08594 (or 0xC08594) is unknown color: approx Puce. HEX triplet: C0, 85 and 94. RGB value is (192,133,148). Sum of RGB (Red+Green+Blue) = 192+133+148=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C08594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08594 is #3F7A6B. Grayscale: #989898. Windows color (decimal): -4160108 or 9733568. OLE color: 9733568.

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

Color convert

RGB192133148-
CMYK00.310.230.25
HSL344.75º31.89%63.73%-
HSV(B)344.75º30.73%75.29%-
XYZ35.4730.1231.96-
YUV152.35125.55156.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 133 (52.34% from 255) = 28.12%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=40.59%
G=28.12%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213314800.310.230.25344.7531.8963.73
HexC0859401F17191592040
Octal300205224037273153140100
Binary11000000100001011001010001111110111110011010110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08594; }

 p { color: rgb(192,133,148); }

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

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

 a { background-color: rgb(192,133,148); }

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

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

 span { border-color: rgb(192,133,148); }

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