#C08592

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

Shades of Puce #C08592

Tints of Puce #C08592

Color information

#C08592 (or 0xC08592) is unknown color: approx Puce. HEX triplet: C0, 85 and 92. RGB value is (192,133,146). Sum of RGB (Red+Green+Blue) = 192+133+146=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C08592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08592 is #3F7A6D. Grayscale: #989898. Windows color (decimal): -4160110 or 9602496. OLE color: 9602496.

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

Color convert

RGB192133146-
CMYK00.310.240.25
HSL346.78º31.89%63.73%-
HSV(B)346.78º30.73%75.29%-
XYZ35.3130.0631.13-
YUV152.12124.55156.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=40.76%
G=28.24%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213314600.310.240.25346.7831.8963.73
HexC0859201F181915b2040
Octal300205222037303153340100
Binary11000000100001011001001001111111000110011010110111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08592; }

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

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

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

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

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

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

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

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