#c07986

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

Shades of Charm #C07986

Tints of Charm #C07986

Color information

#C07986 (or 0xC07986) is unknown color: approx Charm. HEX triplet: C0, 79 and 86. RGB value is (192,121,134). Sum of RGB (Red+Green+Blue) = 192+121+134=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C07986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07986 is #3F8679. Grayscale: #8F8F8F. Windows color (decimal): -4163194 or 8812992. OLE color: 8812992.

HSL color Cylindrical-coordinate representation of color #C07986: hue angle of 349.01º 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 #C07986 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192121134-
CMYK00.370.300.25
HSL349.01º36.04%61.37%-
HSV(B)349.01º36.98%75.29%-
XYZ32.8826.625.96-
YUV143.71122.52162.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=42.95%
G=27.07%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212113400.370.300.25349.0136.0461.37
HexC079860251E1915d243d
Octal30017120604536315354475
Binary1100000011110011000011001001011111011001101011101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07986; }

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

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

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

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

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

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

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

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