#C465A0

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

Shades of Hopbush #C465A0

Tints of Hopbush #C465A0

Color information

#C465A0 (or 0xC465A0) is unknown color: approx Hopbush. HEX triplet: C4, 65 and A0. RGB value is (196,101,160). Sum of RGB (Red+Green+Blue) = 196+101+160=457 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.89% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 160 (62.89% from 255 or 35.01% from 457); Max value from RGB is 196 - color contains mainly: red. Hex color #C465A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C465A0 is #3B9A5F. Grayscale: #878787. Windows color (decimal): -3906144 or 10511812. OLE color: 10511812.

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

Color convert

RGB196101160-
CMYK00.480.180.23
HSL322.74º44.6%58.24%-
HSV(B)322.74º48.47%76.86%-
XYZ33.7623.5836.03-
YUV136.13141.47170.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.89%
GREEN value IS 101 (39.84% from 255) = 22.10%
BLUE value IS 160 (62.89% from 255) = 35.01%
R=42.89%
G=22.10%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610116000.480.180.23322.7444.658.24
HexC465A003012171432d3a
Octal30414524006022275035572
Binary1100010011001011010000001100001001010111101000011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C465A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C465A0; }

 p { color: rgb(196,101,160); }

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

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

 a { background-color: rgb(196,101,160); }

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

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

 span { border-color: rgb(196,101,160); }

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