#C37295

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

Shades of Hopbush #C37295

Tints of Hopbush #C37295

Color information

#C37295 (or 0xC37295) is unknown color: approx Hopbush. HEX triplet: C3, 72 and 95. RGB value is (195,114,149). Sum of RGB (Red+Green+Blue) = 195+114+149=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C37295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C37295 is #3C8D6A. Grayscale: #8E8E8E. Windows color (decimal): -3968363 or 9794243. OLE color: 9794243.

HSL color Cylindrical-coordinate representation of color #C37295: hue angle of 334.07º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37295 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB195114149-
CMYK00.420.240.24
HSL334.07º40.3%60.59%-
HSV(B)334.07º41.54%76.47%-
XYZ33.9525.8131.63-
YUV142.21131.84165.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=42.58%
G=24.89%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511414900.420.240.24334.0740.360.59
HexC3729502A181814e283d
Octal30316222505230305165075
Binary1100001111100101001010101010101100011000101001110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37295; }

 p { color: rgb(195,114,149); }

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

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

 a { background-color: rgb(195,114,149); }

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

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

 span { border-color: rgb(195,114,149); }

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