#C58084

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

Shades of Charm #C58084

Tints of Charm #C58084

Color information

#C58084 (or 0xC58084) is unknown color: approx Charm. HEX triplet: C5, 80 and 84. RGB value is (197,128,132). Sum of RGB (Red+Green+Blue) = 197+128+132=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C58084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58084 is #3A7F7B. Grayscale: #959595. Windows color (decimal): -3833724 or 8683717. OLE color: 8683717.

HSL color Cylindrical-coordinate representation of color #C58084: hue angle of 356.52º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58084 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB197128132-
CMYK00.350.330.23
HSL356.52º37.3%63.73%-
HSV(B)356.52º35.03%77.25%-
XYZ34.9128.9725.58-
YUV149.09118.36162.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.11%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=43.11%
G=28.01%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712813200.350.330.23356.5237.363.73
HexC5808402321171652540
Octal305200204043412754545100
Binary1100010110000000100001000100011100001101111011001011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58084; }

 p { color: rgb(197,128,132); }

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

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

 a { background-color: rgb(197,128,132); }

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

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

 span { border-color: rgb(197,128,132); }

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