#C27A7C

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

Shades of Charm #C27A7C

Tints of Charm #C27A7C

Color information

#C27A7C (or 0xC27A7C) is unknown color: approx Charm. HEX triplet: C2, 7A and 7C. RGB value is (194,122,124). Sum of RGB (Red+Green+Blue) = 194+122+124=440 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.09% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27A7C is #3D8583. Grayscale: #8F8F8F. Windows color (decimal): -4031876 or 8157890. OLE color: 8157890.

HSL color Cylindrical-coordinate representation of color #C27A7C: hue angle of 358.33º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C27A7C is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB194122124-
CMYK00.370.360.24
HSL358.33º37.11%61.96%-
HSV(B)358.33º37.11%76.08%-
XYZ32.8526.8422.52-
YUV143.76116.85163.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.09%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=44.09%
G=27.73%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412212400.370.360.24358.3337.1161.96
HexC27A7C0252418166253e
Octal30217217404544305464576
Binary1100001011110101111100010010110010011000101100110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A7C; }

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

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

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

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

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

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

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

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