#C468AA

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

Shades of Hopbush #C468AA

Tints of Hopbush #C468AA

Color information

#C468AA (or 0xC468AA) is unknown color: approx Hopbush. HEX triplet: C4, 68 and AA. RGB value is (196,104,170). Sum of RGB (Red+Green+Blue) = 196+104+170=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C468AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C468AA is #3B9755. Grayscale: #8A8A8A. Windows color (decimal): -3905366 or 11167940. OLE color: 11167940.

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

Color convert

RGB196104170-
CMYK00.470.130.23
HSL316.96º43.81%58.82%-
HSV(B)316.96º46.94%76.86%-
XYZ34.9724.5440.92-
YUV139.03145.48168.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 104 (41.02% from 255) = 22.13%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=41.70%
G=22.13%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610417000.470.130.23316.9643.8158.82
HexC468AA02FD1713d2c3b
Octal30415025205715274755473
Binary110001001101000101010100101111110110111100111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C468AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C468AA; }

 p { color: rgb(196,104,170); }

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

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

 a { background-color: rgb(196,104,170); }

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

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

 span { border-color: rgb(196,104,170); }

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