#C06596

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

Shades of Hopbush #C06596

Tints of Hopbush #C06596

Color information

#C06596 (or 0xC06596) is unknown color: approx Hopbush. HEX triplet: C0, 65 and 96. RGB value is (192,101,150). Sum of RGB (Red+Green+Blue) = 192+101+150=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 101 (39.84% from 255 or 22.80% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C06596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06596 is #3F9A69. Grayscale: #858585. Windows color (decimal): -4168298 or 9856448. OLE color: 9856448.

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

Color convert

RGB192101150-
CMYK00.470.220.25
HSL327.69º41.94%57.45%-
HSV(B)327.69º47.4%75.29%-
XYZ31.922.7231.56-
YUV133.79137.15169.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 101 (39.84% from 255) = 22.80%
BLUE value IS 150 (58.98% from 255) = 33.86%
R=43.34%
G=22.80%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210115000.470.220.25327.6941.9457.45
HexC0659602F16191482a39
Octal30014522605726315105271
Binary1100000011001011001011001011111011011001101001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06596; }

 p { color: rgb(192,101,150); }

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

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

 a { background-color: rgb(192,101,150); }

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

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

 span { border-color: rgb(192,101,150); }

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