#C76198

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

Shades of Hopbush #C76198

Tints of Hopbush #C76198

Color information

#C76198 (or 0xC76198) is unknown color: approx Hopbush. HEX triplet: C7, 61 and 98. RGB value is (199,97,152). Sum of RGB (Red+Green+Blue) = 199+97+152=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 152 (59.77% from 255 or 33.93% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C76198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76198 is #389E67. Grayscale: #858585. Windows color (decimal): -3710568 or 9986503. OLE color: 9986503.

HSL color Cylindrical-coordinate representation of color #C76198: hue angle of 327.65º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76198 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB19997152-
CMYK00.510.240.22
HSL327.65º47.66%58.04%-
HSV(B)327.65º51.26%78.04%-
XYZ33.522.9632.37-
YUV133.77138.29174.53-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.42%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 152 (59.77% from 255) = 33.93%
R=44.42%
G=21.65%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999715200.510.240.22327.6547.6658.04
HexC761980331816148303a
Octal30714123006330265106072
Binary1100011111000011001100001100111100010110101001000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76198; }

 p { color: rgb(199,97,152); }

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

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

 a { background-color: rgb(199,97,152); }

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

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

 span { border-color: rgb(199,97,152); }

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