#C27382

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

Shades of Charm #C27382

Tints of Charm #C27382

Color information

#C27382 (or 0xC27382) is unknown color: approx Charm. HEX triplet: C2, 73 and 82. RGB value is (194,115,130). Sum of RGB (Red+Green+Blue) = 194+115+130=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 115 (45.31% from 255 or 26.20% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C27382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27382 is #3D8C7D. Grayscale: #8C8C8C. Windows color (decimal): -4033662 or 8549314. OLE color: 8549314.

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

Color convert

RGB194115130-
CMYK00.410.330.24
HSL348.61º39.3%60.59%-
HSV(B)348.61º40.72%76.08%-
XYZ32.4125.3424.3-
YUV140.33122.17166.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 115 (45.31% from 255) = 26.20%
BLUE value IS 130 (51.17% from 255) = 29.61%
R=44.19%
G=26.20%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411513000.410.330.24348.6139.360.59
HexC27382029211815d273d
Octal30216320205141305354775
Binary11000010111001110000010010100110000111000101011101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27382; }

 p { color: rgb(194,115,130); }

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

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

 a { background-color: rgb(194,115,130); }

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

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

 span { border-color: rgb(194,115,130); }

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