#C77296

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

Shades of Hopbush #C77296

Tints of Hopbush #C77296

Color information

#C77296 (or 0xC77296) is unknown color: approx Hopbush. HEX triplet: C7, 72 and 96. RGB value is (199,114,150). Sum of RGB (Red+Green+Blue) = 199+114+150=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C77296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C77296 is #388D69. Grayscale: #8F8F8F. Windows color (decimal): -3706218 or 9859783. OLE color: 9859783.

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

Color convert

RGB199114150-
CMYK00.430.250.22
HSL334.59º43.15%61.37%-
HSV(B)334.59º42.71%78.04%-
XYZ35.0826.3832.1-
YUV143.52131.66167.57-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 114 (44.92% from 255) = 24.62%
BLUE value IS 150 (58.98% from 255) = 32.40%
R=42.98%
G=24.62%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911415000.430.250.22334.5943.1561.37
HexC7729602B191614f2b3d
Octal30716222605331265175375
Binary1100011111100101001011001010111100110110101001111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77296; }

 p { color: rgb(199,114,150); }

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

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

 a { background-color: rgb(199,114,150); }

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

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

 span { border-color: rgb(199,114,150); }

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