#C2747F

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

Shades of Charm #C2747F

Tints of Charm #C2747F

Color information

#C2747F (or 0xC2747F) is unknown color: approx Charm. HEX triplet: C2, 74 and 7F. RGB value is (194,116,127). Sum of RGB (Red+Green+Blue) = 194+116+127=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 116 (45.70% from 255 or 26.54% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2747F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2747F is #3D8B80. Grayscale: #8C8C8C. Windows color (decimal): -4033409 or 8352962. OLE color: 8352962.

HSL color Cylindrical-coordinate representation of color #C2747F: hue angle of 351.54º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2747F is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB194116127-
CMYK00.400.350.24
HSL351.54º39%60.78%-
HSV(B)351.54º40.21%76.08%-
XYZ32.3225.4923.3-
YUV140.58120.34166.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 116 (45.70% from 255) = 26.54%
BLUE value IS 127 (50% from 255) = 29.06%
R=44.39%
G=26.54%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411612700.400.350.24351.543960.78
HexC2747F0282318160273d
Octal30216417705043305404775
Binary1100001011101001111111010100010001111000101100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2747F; }

 p { color: rgb(194,116,127); }

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

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

 a { background-color: rgb(194,116,127); }

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

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

 span { border-color: rgb(194,116,127); }

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