#C07984

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

Shades of Charm #C07984

Tints of Charm #C07984

Color information

#C07984 (or 0xC07984) is unknown color: approx Charm. HEX triplet: C0, 79 and 84. RGB value is (192,121,132). Sum of RGB (Red+Green+Blue) = 192+121+132=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C07984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07984 is #3F867B. Grayscale: #8F8F8F. Windows color (decimal): -4163196 or 8681920. OLE color: 8681920.

HSL color Cylindrical-coordinate representation of color #C07984: hue angle of 350.7º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07984 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB192121132-
CMYK00.370.310.25
HSL350.7º36.04%61.37%-
HSV(B)350.7º36.98%75.29%-
XYZ32.7426.5525.23-
YUV143.48121.52162.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 132 (51.95% from 255) = 29.66%
R=43.15%
G=27.19%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212113200.370.310.25350.736.0461.37
HexC079840251F1915f243d
Octal30017120404537315374475
Binary1100000011110011000010001001011111111001101011111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07984; }

 p { color: rgb(192,121,132); }

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

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

 a { background-color: rgb(192,121,132); }

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

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

 span { border-color: rgb(192,121,132); }

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