#c46b8c

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

Shades of Hopbush #C46B8C

Tints of Hopbush #C46B8C

Color information

#C46B8C (or 0xC46B8C) is unknown color: approx Hopbush. HEX triplet: C4, 6B and 8C. RGB value is (196,107,140). Sum of RGB (Red+Green+Blue) = 196+107+140=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46B8C is #3B9473. Grayscale: #898989. Windows color (decimal): -3904628 or 9202628. OLE color: 9202628.

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

Color convert

RGB196107140-
CMYK00.450.290.23
HSL337.75º43%59.41%-
HSV(B)337.75º45.41%76.86%-
XYZ32.7624.1427.74-
YUV137.37129.49169.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 140 (55.08% from 255) = 31.60%
R=44.24%
G=24.15%
B=31.60%

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
Decimal19610714000.450.290.23337.754359.41
HexC46B8C02D1D171522b3b
Octal30415321405535275225373
Binary1100010011010111000110001011011110110111101010010101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46b8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46b8c; }

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

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

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

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

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

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

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

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