#C375A3

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

Shades of Hopbush #C375A3

Tints of Hopbush #C375A3

Color information

#C375A3 (or 0xC375A3) is unknown color: approx Hopbush. HEX triplet: C3, 75 and A3. RGB value is (195,117,163). Sum of RGB (Red+Green+Blue) = 195+117+163=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C375A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375A3 is #3C8A5C. Grayscale: #919191. Windows color (decimal): -3967581 or 10712515. OLE color: 10712515.

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

Color convert

RGB195117163-
CMYK00.40.160.24
HSL324.62º39.39%61.18%-
HSV(B)324.62º40%76.47%-
XYZ35.4826.9737.99-
YUV145.57137.84163.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=41.05%
G=24.63%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511716300.40.160.24324.6239.3961.18
HexC375A30281018145273d
Octal30316524305020305054775
Binary1100001111101011010001101010001000011000101000101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375A3; }

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

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

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

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

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

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

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

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