#C06595

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

Shades of Hopbush #C06595

Tints of Hopbush #C06595

Color information

#C06595 (or 0xC06595) is unknown color: approx Hopbush. HEX triplet: C0, 65 and 95. RGB value is (192,101,149). Sum of RGB (Red+Green+Blue) = 192+101+149=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C06595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06595 is #3F9A6A. Grayscale: #858585. Windows color (decimal): -4168299 or 9790912. OLE color: 9790912.

HSL color Cylindrical-coordinate representation of color #C06595: hue angle of 328.35º 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 #C06595 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB192101149-
CMYK00.470.220.25
HSL328.35º41.94%57.45%-
HSV(B)328.35º47.4%75.29%-
XYZ31.8222.6831.14-
YUV133.68136.65169.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.44%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 149 (58.59% from 255) = 33.71%
R=43.44%
G=22.85%
B=33.71%

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
Decimal19210114900.470.220.25328.3541.9457.45
HexC0659502F16191482a39
Octal30014522505726315105271
Binary1100000011001011001010101011111011011001101001000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06595; }

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

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

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

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

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

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

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

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