#C3748B

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

Shades of Charm #C3748B

Tints of Charm #C3748B

Color information

#C3748B (or 0xC3748B) is unknown color: approx Charm. HEX triplet: C3, 74 and 8B. RGB value is (195,116,139). Sum of RGB (Red+Green+Blue) = 195+116+139=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3748B is #3C8B74. Grayscale: #8E8E8E. Windows color (decimal): -3967861 or 9139395. OLE color: 9139395.

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

Color convert

RGB195116139-
CMYK00.410.290.24
HSL342.53º39.7%60.98%-
HSV(B)342.53º40.51%76.47%-
XYZ33.4125.9627.68-
YUV142.24126.17165.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 139 (54.69% from 255) = 30.89%
R=43.33%
G=25.78%
B=30.89%

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
Decimal19511613900.410.290.24342.5339.760.98
HexC3748B0291D18157283d
Octal30316421305135305275075
Binary1100001111101001000101101010011110111000101010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3748B; }

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

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

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

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

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

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

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

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