#C3748A

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

Shades of Charm #C3748A

Tints of Charm #C3748A

Color information

#C3748A (or 0xC3748A) is unknown color: approx Charm. HEX triplet: C3, 74 and 8A. RGB value is (195,116,138). Sum of RGB (Red+Green+Blue) = 195+116+138=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3748A is #3C8B75. Grayscale: #8E8E8E. Windows color (decimal): -3967862 or 9073859. OLE color: 9073859.

HSL color Cylindrical-coordinate representation of color #C3748A: hue angle of 343.29º 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 #C3748A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195116138-
CMYK00.410.290.24
HSL343.29º39.7%60.98%-
HSV(B)343.29º40.51%76.47%-
XYZ33.3425.9327.29-
YUV142.13125.67165.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.43%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 138 (54.30% from 255) = 30.73%
R=43.43%
G=25.84%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511613800.410.290.24343.2939.760.98
HexC3748A0291D18157283d
Octal30316421205135305275075
Binary1100001111101001000101001010011110111000101010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3748A; }

 p { color: rgb(195,116,138); }

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

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

 a { background-color: rgb(195,116,138); }

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

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

 span { border-color: rgb(195,116,138); }

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