#C2757F

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

Shades of Charm #C2757F

Tints of Charm #C2757F

Color information

#C2757F (or 0xC2757F) is unknown color: approx Charm. HEX triplet: C2, 75 and 7F. RGB value is (194,117,127). Sum of RGB (Red+Green+Blue) = 194+117+127=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2757F is #3D8A80. Grayscale: #8D8D8D. Windows color (decimal): -4033153 or 8353218. OLE color: 8353218.

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

Color convert

RGB194117127-
CMYK00.400.350.24
HSL352.21º38.69%60.98%-
HSV(B)352.21º39.69%76.08%-
XYZ32.4425.7223.33-
YUV141.16120.01165.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 117 (46.09% from 255) = 26.71%
BLUE value IS 127 (50% from 255) = 29.00%
R=44.29%
G=26.71%
B=29.00%

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
Decimal19411712700.400.350.24352.2138.6960.98
HexC2757F0282318160273d
Octal30216517705043305404775
Binary1100001011101011111111010100010001111000101100000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2757F; }

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

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

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

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

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

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

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

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