#C37680

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

Shades of Charm #C37680

Tints of Charm #C37680

Color information

#C37680 (or 0xC37680) is unknown color: approx Charm. HEX triplet: C3, 76 and 80. RGB value is (195,118,128). Sum of RGB (Red+Green+Blue) = 195+118+128=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C37680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37680 is #3C897F. Grayscale: #8E8E8E. Windows color (decimal): -3967360 or 8419011. OLE color: 8419011.

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

Color convert

RGB195118128-
CMYK00.390.340.24
HSL352.21º39.09%61.37%-
HSV(B)352.21º39.49%76.47%-
XYZ32.8826.1223.73-
YUV142.16120.01165.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.22%
GREEN value IS 118 (46.48% from 255) = 26.76%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=44.22%
G=26.76%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511812800.390.340.24352.2139.0961.37
HexC376800272218160273d
Octal30316620004742305404775
Binary11000011111011010000000010011110001011000101100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37680; }

 p { color: rgb(195,118,128); }

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

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

 a { background-color: rgb(195,118,128); }

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

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

 span { border-color: rgb(195,118,128); }

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