#C566AA

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

Shades of Hopbush #C566AA

Tints of Hopbush #C566AA

Color information

#C566AA (or 0xC566AA) is unknown color: approx Hopbush. HEX triplet: C5, 66 and AA. RGB value is (197,102,170). Sum of RGB (Red+Green+Blue) = 197+102+170=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C566AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C566AA is #3A9955. Grayscale: #898989. Windows color (decimal): -3840342 or 11167429. OLE color: 11167429.

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

Color convert

RGB197102170-
CMYK00.480.140.23
HSL317.05º45.02%58.63%-
HSV(B)317.05º48.22%77.25%-
XYZ35.0324.2840.87-
YUV138.16145.97169.97-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 102 (40.23% from 255) = 21.75%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=42.00%
G=21.75%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710217000.480.140.23317.0545.0258.63
HexC566AA030E1713d2d3b
Octal30514625206016274755573
Binary110001011100110101010100110000111010111100111101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C566AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C566AA; }

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

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

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

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

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

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

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

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