#C37382

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

Shades of Charm #C37382

Tints of Charm #C37382

Color information

#C37382 (or 0xC37382) is unknown color: approx Charm. HEX triplet: C3, 73 and 82. RGB value is (195,115,130). Sum of RGB (Red+Green+Blue) = 195+115+130=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 115 (45.31% from 255 or 26.14% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C37382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37382 is #3C8C7D. Grayscale: #8C8C8C. Windows color (decimal): -3968126 or 8549315. OLE color: 8549315.

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

Color convert

RGB195115130-
CMYK00.410.330.24
HSL348.75º40%60.78%-
HSV(B)348.75º41.03%76.47%-
XYZ32.6725.4824.31-
YUV140.63122166.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.32%
GREEN value IS 115 (45.31% from 255) = 26.14%
BLUE value IS 130 (51.17% from 255) = 29.55%
R=44.32%
G=26.14%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511513000.410.330.24348.754060.78
HexC37382029211815d283d
Octal30316320205141305355075
Binary11000011111001110000010010100110000111000101011101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37382; }

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

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

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

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

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

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

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

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