#C17695

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

Shades of Hopbush #C17695

Tints of Hopbush #C17695

Color information

#C17695 (or 0xC17695) is unknown color: approx Hopbush. HEX triplet: C1, 76 and 95. RGB value is (193,118,149). Sum of RGB (Red+Green+Blue) = 193+118+149=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 149 (58.59% from 255 or 32.39% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C17695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17695 is #3E896A. Grayscale: #8F8F8F. Windows color (decimal): -4098411 or 9795265. OLE color: 9795265.

HSL color Cylindrical-coordinate representation of color #C17695: hue angle of 335.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C17695 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB193118149-
CMYK00.390.230.24
HSL335.2º37.69%60.98%-
HSV(B)335.2º38.86%75.69%-
XYZ33.926.4631.76-
YUV143.96130.85162.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.96%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 149 (58.59% from 255) = 32.39%
R=41.96%
G=25.65%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311814900.390.230.24335.237.6960.98
HexC17695027171814f263d
Octal30116622504727305174675
Binary1100000111101101001010101001111011111000101001111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17695; }

 p { color: rgb(193,118,149); }

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

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

 a { background-color: rgb(193,118,149); }

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

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

 span { border-color: rgb(193,118,149); }

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