#C375A2

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

Shades of Hopbush #C375A2

Tints of Hopbush #C375A2

Color information

#C375A2 (or 0xC375A2) is unknown color: approx Hopbush. HEX triplet: C3, 75 and A2. RGB value is (195,117,162). Sum of RGB (Red+Green+Blue) = 195+117+162=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 195 - color contains mainly: red. Hex color #C375A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375A2 is #3C8A5D. Grayscale: #919191. Windows color (decimal): -3967582 or 10646979. OLE color: 10646979.

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

Color convert

RGB195117162-
CMYK00.40.170.24
HSL325.38º39.39%61.18%-
HSV(B)325.38º40%76.47%-
XYZ35.3926.9337.52-
YUV145.45137.34163.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 162 (63.67% from 255) = 34.18%
R=41.14%
G=24.68%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511716200.40.170.24325.3839.3961.18
HexC375A20281118145273d
Octal30316524205021305054775
Binary1100001111101011010001001010001000111000101000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375A2; }

 p { color: rgb(195,117,162); }

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

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

 a { background-color: rgb(195,117,162); }

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

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

 span { border-color: rgb(195,117,162); }

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