#C08794

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

Shades of Puce #C08794

Tints of Puce #C08794

Color information

#C08794 (or 0xC08794) is unknown color: approx Puce. HEX triplet: C0, 87 and 94. RGB value is (192,135,148). Sum of RGB (Red+Green+Blue) = 192+135+148=475 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.42% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 192 - color contains mainly: red. Hex color #C08794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08794 is #3F786B. Grayscale: #999999. Windows color (decimal): -4159596 or 9734080. OLE color: 9734080.

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

Color convert

RGB192135148-
CMYK00.300.230.25
HSL346.32º31.15%64.12%-
HSV(B)346.32º29.69%75.29%-
XYZ35.7530.6732.05-
YUV153.52124.88155.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.42%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 148 (58.20% from 255) = 31.16%
R=40.42%
G=28.42%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213514800.300.230.25346.3231.1564.12
HexC0879401E171915a1f40
Octal300207224036273153237100
Binary1100000010000111100101000111101011111001101011010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08794; }

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

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

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

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

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

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

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

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