#C56685

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

Shades of Hopbush #C56685

Tints of Hopbush #C56685

Color information

#C56685 (or 0xC56685) is unknown color: approx Hopbush. HEX triplet: C5, 66 and 85. RGB value is (197,102,133). Sum of RGB (Red+Green+Blue) = 197+102+133=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C56685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56685 is #3A997A. Grayscale: #858585. Windows color (decimal): -3840379 or 8742597. OLE color: 8742597.

HSL color Cylindrical-coordinate representation of color #C56685: hue angle of 340.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56685 is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB197102133-
CMYK00.480.320.23
HSL340.42º45.02%58.63%-
HSV(B)340.42º48.22%77.25%-
XYZ32.0123.0724.96-
YUV133.94127.47172.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.60%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=45.60%
G=23.61%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710213300.480.320.23340.4245.0258.63
HexC5668503020171542d3b
Octal30514620506040275245573
Binary11000101110011010000101011000010000010111101010100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56685; }

 p { color: rgb(197,102,133); }

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

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

 a { background-color: rgb(197,102,133); }

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

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

 span { border-color: rgb(197,102,133); }

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