#C37F82

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

Shades of Charm #C37F82

Tints of Charm #C37F82

Color information

#C37F82 (or 0xC37F82) is unknown color: approx Charm. HEX triplet: C3, 7F and 82. RGB value is (195,127,130). Sum of RGB (Red+Green+Blue) = 195+127+130=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37F82 is #3C807D. Grayscale: #939393. Windows color (decimal): -3965054 or 8552387. OLE color: 8552387.

HSL color Cylindrical-coordinate representation of color #C37F82: hue angle of 357.35º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C37F82 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB195127130-
CMYK00.350.330.24
HSL357.35º36.17%63.14%-
HSV(B)357.35º34.87%76.47%-
XYZ34.1228.3924.8-
YUV147.67118.03161.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.14%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=43.14%
G=28.10%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512713000.350.330.24357.3536.1763.14
HexC37F820232118165243f
Octal30317720204341305454477
Binary11000011111111110000010010001110000111000101100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37F82; }

 p { color: rgb(195,127,130); }

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

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

 a { background-color: rgb(195,127,130); }

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

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

 span { border-color: rgb(195,127,130); }

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