#C4748A

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

Shades of Charm #C4748A

Tints of Charm #C4748A

Color information

#C4748A (or 0xC4748A) is unknown color: approx Charm. HEX triplet: C4, 74 and 8A. RGB value is (196,116,138). Sum of RGB (Red+Green+Blue) = 196+116+138=450 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 196 - color contains mainly: red. Hex color #C4748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C4748A is #3B8B75. Grayscale: #8E8E8E. Windows color (decimal): -3902326 or 9073860. OLE color: 9073860.

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

Color convert

RGB196116138-
CMYK00.410.300.23
HSL343.5º40.4%61.18%-
HSV(B)343.5º40.82%76.86%-
XYZ33.626.0627.3-
YUV142.43125.5166.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.56%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=43.56%
G=25.78%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611613800.410.300.23343.540.461.18
HexC4748A0291E17158283d
Octal30416421205136275305075
Binary1100010011101001000101001010011111010111101011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4748A; }

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

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

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

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

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

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

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

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