#C76995

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

Shades of Hopbush #C76995

Tints of Hopbush #C76995

Color information

#C76995 (or 0xC76995) is unknown color: approx Hopbush. HEX triplet: C7, 69 and 95. RGB value is (199,105,149). Sum of RGB (Red+Green+Blue) = 199+105+149=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 149 (58.59% from 255 or 32.89% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C76995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76995 is #38966A. Grayscale: #8A8A8A. Windows color (decimal): -3708523 or 9791943. OLE color: 9791943.

HSL color Cylindrical-coordinate representation of color #C76995: hue angle of 331.91º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76995 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199105149-
CMYK00.470.250.22
HSL331.91º45.63%59.61%-
HSV(B)331.91º47.24%78.04%-
XYZ34.0324.4231.35-
YUV138.12134.14171.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 105 (41.41% from 255) = 23.18%
BLUE value IS 149 (58.59% from 255) = 32.89%
R=43.93%
G=23.18%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910514900.470.250.22331.9145.6359.61
HexC7699502F191614c2e3c
Octal30715122505731265145674
Binary1100011111010011001010101011111100110110101001100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76995; }

 p { color: rgb(199,105,149); }

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

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

 a { background-color: rgb(199,105,149); }

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

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

 span { border-color: rgb(199,105,149); }

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