#C566A0

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

Shades of Hopbush #C566A0

Tints of Hopbush #C566A0

Color information

#C566A0 (or 0xC566A0) is unknown color: approx Hopbush. HEX triplet: C5, 66 and A0. RGB value is (197,102,160). Sum of RGB (Red+Green+Blue) = 197+102+160=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C566A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C566A0 is #3A995F. Grayscale: #888888. Windows color (decimal): -3840352 or 10512069. OLE color: 10512069.

HSL color Cylindrical-coordinate representation of color #C566A0: hue angle of 323.37º 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 #C566A0 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB197102160-
CMYK00.480.190.23
HSL323.37º45.02%58.63%-
HSV(B)323.37º48.22%77.25%-
XYZ34.1223.9136.07-
YUV137.02140.97170.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.92%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=42.92%
G=22.22%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710216000.480.190.23323.3745.0258.63
HexC566A003013171432d3b
Octal30514624006023275035573
Binary1100010111001101010000001100001001110111101000011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566A0; }

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

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

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

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

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

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

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

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