#C47B97

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

Shades of Hopbush #C47B97

Tints of Hopbush #C47B97

Color information

#C47B97 (or 0xC47B97) is unknown color: approx Hopbush. HEX triplet: C4, 7B and 97. RGB value is (196,123,151). Sum of RGB (Red+Green+Blue) = 196+123+151=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47B97 is #3B8468. Grayscale: #939393. Windows color (decimal): -3900521 or 9927620. OLE color: 9927620.

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

Color convert

RGB196123151-
CMYK00.370.230.23
HSL336.99º38.22%62.55%-
HSV(B)336.99º37.24%76.86%-
XYZ35.4328.1432.84-
YUV148.02129.68162.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.70%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=41.70%
G=26.17%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612315100.370.230.23336.9938.2262.55
HexC47B970251717151263f
Octal30417322704527275214677
Binary1100010011110111001011101001011011110111101010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47B97; }

 p { color: rgb(196,123,151); }

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

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

 a { background-color: rgb(196,123,151); }

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

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

 span { border-color: rgb(196,123,151); }

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