#C360A3

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

Shades of Hopbush #C360A3

Tints of Hopbush #C360A3

Color information

#C360A3 (or 0xC360A3) is unknown color: approx Hopbush. HEX triplet: C3, 60 and A3. RGB value is (195,96,163). Sum of RGB (Red+Green+Blue) = 195+96+163=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C360A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C360A3 is #3C9F5C. Grayscale: #858585. Windows color (decimal): -3972957 or 10707139. OLE color: 10707139.

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

Color convert

RGB19596163-
CMYK00.510.160.24
HSL319.39º45.21%57.06%-
HSV(B)319.39º50.77%76.47%-
XYZ33.322.6137.26-
YUV133.24144.8172.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 96 (37.89% from 255) = 21.15%
BLUE value IS 163 (64.06% from 255) = 35.90%
R=42.95%
G=21.15%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959616300.510.160.24319.3945.2157.06
HexC360A3033101813f2d39
Octal30314024306320304775571
Binary1100001111000001010001101100111000011000100111111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360A3; }

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

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

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

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

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

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

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

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