#C467A3

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

Shades of Hopbush #C467A3

Tints of Hopbush #C467A3

Color information

#C467A3 (or 0xC467A3) is unknown color: approx Hopbush. HEX triplet: C4, 67 and A3. RGB value is (196,103,163). Sum of RGB (Red+Green+Blue) = 196+103+163=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 163 (64.06% from 255 or 35.28% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C467A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C467A3 is #3B985C. Grayscale: #898989. Windows color (decimal): -3905629 or 10708932. OLE color: 10708932.

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

Color convert

RGB196103163-
CMYK00.470.170.23
HSL321.29º44.08%58.63%-
HSV(B)321.29º47.45%76.86%-
XYZ34.2324.0837.49-
YUV137.65142.31169.62-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.42%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 163 (64.06% from 255) = 35.28%
R=42.42%
G=22.29%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610316300.470.170.23321.2944.0858.63
HexC467A302F11171412c3b
Octal30414724305721275015473
Binary1100010011001111010001101011111000110111101000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C467A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C467A3; }

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

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

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

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

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

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

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

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