#C2757A

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

Shades of Charm #C2757A

Tints of Charm #C2757A

Color information

#C2757A (or 0xC2757A) is unknown color: approx Charm. HEX triplet: C2, 75 and 7A. RGB value is (194,117,122). Sum of RGB (Red+Green+Blue) = 194+117+122=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 117 (46.09% from 255 or 27.02% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2757A is #3D8A85. Grayscale: #8C8C8C. Windows color (decimal): -4033158 or 8025538. OLE color: 8025538.

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

Color convert

RGB194117122-
CMYK00.400.370.24
HSL356.1º38.69%60.98%-
HSV(B)356.1º39.69%76.08%-
XYZ32.1225.621.66-
YUV140.59117.51166.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 117 (46.09% from 255) = 27.02%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=44.80%
G=27.02%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411712200.400.370.24356.138.6960.98
HexC2757A0282518164273d
Octal30216517205045305444775
Binary1100001011101011111010010100010010111000101100100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2757A; }

 p { color: rgb(194,117,122); }

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

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

 a { background-color: rgb(194,117,122); }

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

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

 span { border-color: rgb(194,117,122); }

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