#C075A3

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

Shades of Hopbush #C075A3

Tints of Hopbush #C075A3

Color information

#C075A3 (or 0xC075A3) is unknown color: approx Hopbush. HEX triplet: C0, 75 and A3. RGB value is (192,117,163). Sum of RGB (Red+Green+Blue) = 192+117+163=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C075A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C075A3 is #3F8A5C. Grayscale: #909090. Windows color (decimal): -4164189 or 10712512. OLE color: 10712512.

HSL color Cylindrical-coordinate representation of color #C075A3: hue angle of 323.2º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C075A3 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB192117163-
CMYK00.390.150.25
HSL323.2º37.31%60.59%-
HSV(B)323.2º39.06%75.29%-
XYZ34.7126.5737.95-
YUV144.67138.35161.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 163 (64.06% from 255) = 34.53%
R=40.68%
G=24.79%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211716300.390.150.25323.237.3160.59
HexC075A3027F19143253d
Octal30016524304717315034575
Binary110000001110101101000110100111111111001101000011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C075A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C075A3; }

 p { color: rgb(192,117,163); }

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

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

 a { background-color: rgb(192,117,163); }

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

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

 span { border-color: rgb(192,117,163); }

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