#c46c8c

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

Shades of Hopbush #C46C8C

Tints of Hopbush #C46C8C

Color information

#C46C8C (or 0xC46C8C) is unknown color: approx Hopbush. HEX triplet: C4, 6C and 8C. RGB value is (196,108,140). Sum of RGB (Red+Green+Blue) = 196+108+140=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 108 (42.58% from 255 or 24.32% from 444); Blue value is 140 (55.08% from 255 or 31.53% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C46C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46C8C is #3B9373. Grayscale: #898989. Windows color (decimal): -3904372 or 9202884. OLE color: 9202884.

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

Color convert

RGB196108140-
CMYK00.450.290.23
HSL338.18º42.72%59.61%-
HSV(B)338.18º44.9%76.86%-
XYZ32.8624.3527.78-
YUV137.96129.15169.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.14%
GREEN value IS 108 (42.58% from 255) = 24.32%
BLUE value IS 140 (55.08% from 255) = 31.53%
R=44.14%
G=24.32%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610814000.450.290.23338.1842.7259.61
HexC46C8C02D1D171522b3c
Octal30415421405535275225374
Binary1100010011011001000110001011011110110111101010010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46c8c; }

 p { color: rgb(196,108,140); }

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

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

 a { background-color: rgb(196,108,140); }

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

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

 span { border-color: rgb(196,108,140); }

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