#C76098

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

Shades of Hopbush #C76098

Tints of Hopbush #C76098

Color information

#C76098 (or 0xC76098) is unknown color: approx Hopbush. HEX triplet: C7, 60 and 98. RGB value is (199,96,152). Sum of RGB (Red+Green+Blue) = 199+96+152=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C76098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76098 is #389F67. Grayscale: #858585. Windows color (decimal): -3710824 or 9986247. OLE color: 9986247.

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

Color convert

RGB19996152-
CMYK00.520.240.22
HSL327.38º47.91%57.84%-
HSV(B)327.38º51.76%78.04%-
XYZ33.422.7732.34-
YUV133.18138.62174.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=44.52%
G=21.48%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999615200.520.240.22327.3847.9157.84
HexC760980341816147303a
Octal30714023006430265076072
Binary1100011111000001001100001101001100010110101000111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76098; }

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

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

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

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

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

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

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

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