#C7748A

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

Shades of Charm #C7748A

Tints of Charm #C7748A

Color information

#C7748A (or 0xC7748A) is unknown color: approx Charm. HEX triplet: C7, 74 and 8A. RGB value is (199,116,138). Sum of RGB (Red+Green+Blue) = 199+116+138=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C7748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7748A is #388B75. Grayscale: #8F8F8F. Windows color (decimal): -3705718 or 9073863. OLE color: 9073863.

HSL color Cylindrical-coordinate representation of color #C7748A: hue angle of 344.1º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7748A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB199116138-
CMYK00.420.310.22
HSL344.1º42.56%61.76%-
HSV(B)344.1º41.71%78.04%-
XYZ34.3926.4727.34-
YUV143.32125167.71-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=43.93%
G=25.61%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911613800.420.310.22344.142.5661.76
HexC7748A02A1F161582b3e
Octal30716421205237265305376
Binary1100011111101001000101001010101111110110101011000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7748A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7748A; }

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

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

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

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

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

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

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

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