#C76492

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

Shades of Hopbush #C76492

Tints of Hopbush #C76492

Color information

#C76492 (or 0xC76492) is unknown color: approx Hopbush. HEX triplet: C7, 64 and 92. RGB value is (199,100,146). Sum of RGB (Red+Green+Blue) = 199+100+146=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C76492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76492 is #389B6D. Grayscale: #868686. Windows color (decimal): -3709806 or 9594055. OLE color: 9594055.

HSL color Cylindrical-coordinate representation of color #C76492: hue angle of 332.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76492 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB199100146-
CMYK00.500.270.22
HSL332.12º46.92%58.63%-
HSV(B)332.12º49.75%78.04%-
XYZ33.323.3329.94-
YUV134.84134.3173.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 100 (39.45% from 255) = 22.47%
BLUE value IS 146 (57.42% from 255) = 32.81%
R=44.72%
G=22.47%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910014600.500.270.22332.1246.9258.63
HexC764920321B1614c2f3b
Octal30714422206233265145773
Binary1100011111001001001001001100101101110110101001100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76492; }

 p { color: rgb(199,100,146); }

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

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

 a { background-color: rgb(199,100,146); }

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

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

 span { border-color: rgb(199,100,146); }

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