#C77495

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

Shades of Hopbush #C77495

Tints of Hopbush #C77495

Color information

#C77495 (or 0xC77495) is unknown color: approx Hopbush. HEX triplet: C7, 74 and 95. RGB value is (199,116,149). Sum of RGB (Red+Green+Blue) = 199+116+149=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C77495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77495 is #388B6A. Grayscale: #909090. Windows color (decimal): -3705707 or 9794759. OLE color: 9794759.

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

Color convert

RGB199116149-
CMYK00.420.250.22
HSL336.14º42.56%61.76%-
HSV(B)336.14º41.71%78.04%-
XYZ35.2226.831.75-
YUV144.58130.5166.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 116 (45.70% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=42.89%
G=25%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911614900.420.250.22336.1442.5661.76
HexC7749502A19161502b3e
Octal30716422505231265205376
Binary1100011111101001001010101010101100110110101010000101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77495; }

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

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

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

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

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

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

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

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