#C47993

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

Shades of Hopbush #C47993

Tints of Hopbush #C47993

Color information

#C47993 (or 0xC47993) is unknown color: approx Hopbush. HEX triplet: C4, 79 and 93. RGB value is (196,121,147). Sum of RGB (Red+Green+Blue) = 196+121+147=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C47993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47993 is #3B866C. Grayscale: #929292. Windows color (decimal): -3901037 or 9664964. OLE color: 9664964.

HSL color Cylindrical-coordinate representation of color #C47993: hue angle of 339.2º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47993 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB196121147-
CMYK00.380.250.23
HSL339.2º38.86%62.16%-
HSV(B)339.2º38.27%76.86%-
XYZ34.8727.5231.08-
YUV146.39128.35163.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 121 (47.66% from 255) = 26.08%
BLUE value IS 147 (57.81% from 255) = 31.68%
R=42.24%
G=26.08%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612114700.380.250.23339.238.8662.16
HexC479930261917153273e
Octal30417122304631275234776
Binary1100010011110011001001101001101100110111101010011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47993; }

 p { color: rgb(196,121,147); }

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

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

 a { background-color: rgb(196,121,147); }

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

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

 span { border-color: rgb(196,121,147); }

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