#C2757E

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

Shades of Charm #C2757E

Tints of Charm #C2757E

Color information

#C2757E (or 0xC2757E) is unknown color: approx Charm. HEX triplet: C2, 75 and 7E. RGB value is (194,117,126). Sum of RGB (Red+Green+Blue) = 194+117+126=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2757E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2757E is #3D8A81. Grayscale: #8D8D8D. Windows color (decimal): -4033154 or 8287682. OLE color: 8287682.

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

Color convert

RGB194117126-
CMYK00.400.350.24
HSL352.99º38.69%60.98%-
HSV(B)352.99º39.69%76.08%-
XYZ32.3825.722.99-
YUV141.05119.51165.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 126 (49.61% from 255) = 28.83%
R=44.39%
G=26.77%
B=28.83%

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
Decimal19411712600.400.350.24352.9938.6960.98
HexC2757E0282318161273d
Octal30216517605043305414775
Binary1100001011101011111110010100010001111000101100001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2757E; }

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

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

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

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

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

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

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

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