#C17096

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

Shades of Hopbush #C17096

Tints of Hopbush #C17096

Color information

#C17096 (or 0xC17096) is unknown color: approx Hopbush. HEX triplet: C1, 70 and 96. RGB value is (193,112,150). Sum of RGB (Red+Green+Blue) = 193+112+150=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C17096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17096 is #3E8F69. Grayscale: #8C8C8C. Windows color (decimal): -4099946 or 9859265. OLE color: 9859265.

HSL color Cylindrical-coordinate representation of color #C17096: hue angle of 331.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C17096 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193112150-
CMYK00.420.220.24
HSL331.85º39.51%59.8%-
HSV(B)331.85º41.97%75.69%-
XYZ33.2925.1331.95-
YUV140.55133.34165.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=42.42%
G=24.62%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311215000.420.220.24331.8539.5159.8
HexC1709602A161814c283c
Octal30116022605226305145074
Binary1100000111100001001011001010101011011000101001100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17096; }

 p { color: rgb(193,112,150); }

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

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

 a { background-color: rgb(193,112,150); }

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

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

 span { border-color: rgb(193,112,150); }

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