#C373A0

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

Shades of Hopbush #C373A0

Tints of Hopbush #C373A0

Color information

#C373A0 (or 0xC373A0) is unknown color: approx Hopbush. HEX triplet: C3, 73 and A0. RGB value is (195,115,160). Sum of RGB (Red+Green+Blue) = 195+115+160=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C373A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C373A0 is #3C8C5F. Grayscale: #8F8F8F. Windows color (decimal): -3968096 or 10515395. OLE color: 10515395.

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

Color convert

RGB195115160-
CMYK00.410.180.24
HSL326.25º40%60.78%-
HSV(B)326.25º41.03%76.47%-
XYZ34.9826.436.51-
YUV144.05137164.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 115 (45.31% from 255) = 24.47%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=41.49%
G=24.47%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511516000.410.180.24326.254060.78
HexC373A00291218146283d
Octal30316324005122305065075
Binary1100001111100111010000001010011001011000101000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C373A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C373A0; }

 p { color: rgb(195,115,160); }

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

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

 a { background-color: rgb(195,115,160); }

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

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

 span { border-color: rgb(195,115,160); }

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