#C467A0

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

Shades of Hopbush #C467A0

Tints of Hopbush #C467A0

Color information

#C467A0 (or 0xC467A0) is unknown color: approx Hopbush. HEX triplet: C4, 67 and A0. RGB value is (196,103,160). Sum of RGB (Red+Green+Blue) = 196+103+160=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C467A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467A0 is #3B985F. Grayscale: #898989. Windows color (decimal): -3905632 or 10512324. OLE color: 10512324.

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

Color convert

RGB196103160-
CMYK00.470.180.23
HSL323.23º44.08%58.63%-
HSV(B)323.23º47.45%76.86%-
XYZ33.9623.9736.1-
YUV137.3140.81169.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.70%
GREEN value IS 103 (40.62% from 255) = 22.44%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=42.70%
G=22.44%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610316000.470.180.23323.2344.0858.63
HexC467A002F12171432c3b
Octal30414724005722275035473
Binary1100010011001111010000001011111001010111101000011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467A0; }

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

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

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

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

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

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

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

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