#C370A3

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

Shades of Hopbush #C370A3

Tints of Hopbush #C370A3

Color information

#C370A3 (or 0xC370A3) is unknown color: approx Hopbush. HEX triplet: C3, 70 and A3. RGB value is (195,112,163). Sum of RGB (Red+Green+Blue) = 195+112+163=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C370A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370A3 is #3C8F5C. Grayscale: #8E8E8E. Windows color (decimal): -3968861 or 10711235. OLE color: 10711235.

HSL color Cylindrical-coordinate representation of color #C370A3: hue angle of 323.13º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370A3 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB195112163-
CMYK00.430.160.24
HSL323.13º40.89%60.2%-
HSV(B)323.13º42.56%76.47%-
XYZ34.9125.8337.8-
YUV142.63139.5165.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 112 (44.14% from 255) = 23.83%
BLUE value IS 163 (64.06% from 255) = 34.68%
R=41.49%
G=23.83%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511216300.430.160.24323.1340.8960.2
HexC370A302B1018143293c
Octal30316024305320305035174
Binary1100001111100001010001101010111000011000101000011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370A3; }

 p { color: rgb(195,112,163); }

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

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

 a { background-color: rgb(195,112,163); }

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

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

 span { border-color: rgb(195,112,163); }

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