#C57695

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

Shades of Hopbush #C57695

Tints of Hopbush #C57695

Color information

#C57695 (or 0xC57695) is unknown color: approx Hopbush. HEX triplet: C5, 76 and 95. RGB value is (197,118,149). Sum of RGB (Red+Green+Blue) = 197+118+149=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C57695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57695 is #3A896A. Grayscale: #919191. Windows color (decimal): -3836267 or 9795269. OLE color: 9795269.

HSL color Cylindrical-coordinate representation of color #C57695: hue angle of 336.46º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C57695 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB197118149-
CMYK00.400.240.23
HSL336.46º40.51%61.76%-
HSV(B)336.46º40.1%77.25%-
XYZ34.932731.8-
YUV145.15130.17164.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 149 (58.59% from 255) = 32.11%
R=42.46%
G=25.43%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711814900.400.240.23336.4640.5161.76
HexC576950281817150293e
Octal30516622505030275205176
Binary1100010111101101001010101010001100010111101010000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57695; }

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

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

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

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

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

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

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

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