#C3707D

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

Shades of Charm #C3707D

Tints of Charm #C3707D

Color information

#C3707D (or 0xC3707D) is unknown color: approx Charm. HEX triplet: C3, 70 and 7D. RGB value is (195,112,125). Sum of RGB (Red+Green+Blue) = 195+112+125=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3707D is #3C8F82. Grayscale: #8A8A8A. Windows color (decimal): -3968899 or 8220867. OLE color: 8220867.

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

Color convert

RGB195112125-
CMYK00.430.360.24
HSL350.6º40.89%60.2%-
HSV(B)350.6º42.56%76.47%-
XYZ3224.6722.48-
YUV138.3120.5168.44-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.14%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 125 (49.22% from 255) = 28.94%
R=45.14%
G=25.93%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511212500.430.360.24350.640.8960.2
HexC3707D02B241815f293c
Octal30316017505344305375174
Binary1100001111100001111101010101110010011000101011111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3707D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3707D; }

 p { color: rgb(195,112,125); }

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

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

 a { background-color: rgb(195,112,125); }

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

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

 span { border-color: rgb(195,112,125); }

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