#c074a3

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

Shades of Hopbush #C074A3

Tints of Hopbush #C074A3

Color information

#C074A3 (or 0xC074A3) is unknown color: approx Hopbush. HEX triplet: C0, 74 and A3. RGB value is (192,116,163). Sum of RGB (Red+Green+Blue) = 192+116+163=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C074A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074A3 is #3F8B5C. Grayscale: #8F8F8F. Windows color (decimal): -4164445 or 10712256. OLE color: 10712256.

HSL color Cylindrical-coordinate representation of color #C074A3: hue angle of 322.89º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C074A3 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB192116163-
CMYK00.400.150.25
HSL322.89º37.62%60.39%-
HSV(B)322.89º39.58%75.29%-
XYZ34.5926.3437.91-
YUV144.08138.68162.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 163 (64.06% from 255) = 34.61%
R=40.76%
G=24.63%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211616300.400.150.25322.8937.6260.39
HexC074A3028F19143263c
Octal30016424305017315034674
Binary110000001110100101000110101000111111001101000011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c074a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c074a3; }

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

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

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

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

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

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

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

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