#C47696

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

Shades of Hopbush #C47696

Tints of Hopbush #C47696

Color information

#C47696 (or 0xC47696) is unknown color: approx Hopbush. HEX triplet: C4, 76 and 96. RGB value is (196,118,150). Sum of RGB (Red+Green+Blue) = 196+118+150=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C47696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47696 is #3B8969. Grayscale: #909090. Windows color (decimal): -3901802 or 9860804. OLE color: 9860804.

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

Color convert

RGB196118150-
CMYK00.400.230.23
HSL335.38º39.8%61.57%-
HSV(B)335.38º39.8%76.86%-
XYZ34.7526.8932.21-
YUV144.97130.84164.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=42.24%
G=25.43%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611815000.400.230.23335.3839.861.57
HexC47696028171714f283e
Octal30416622605027275175076
Binary1100010011101101001011001010001011110111101001111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47696; }

 p { color: rgb(196,118,150); }

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

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

 a { background-color: rgb(196,118,150); }

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

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

 span { border-color: rgb(196,118,150); }

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