#C375A4

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

Shades of Hopbush #C375A4

Tints of Hopbush #C375A4

Color information

#C375A4 (or 0xC375A4) is unknown color: approx Hopbush. HEX triplet: C3, 75 and A4. RGB value is (195,117,164). Sum of RGB (Red+Green+Blue) = 195+117+164=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C375A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C375A4 is #3C8A5B. Grayscale: #919191. Windows color (decimal): -3967580 or 10778051. OLE color: 10778051.

HSL color Cylindrical-coordinate representation of color #C375A4: hue angle of 323.85º 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 #C375A4 is Cyan = 0, Magento = 0.4, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB195117164-
CMYK00.40.160.24
HSL323.85º39.39%61.18%-
HSV(B)323.85º40%76.47%-
XYZ35.5727.0138.46-
YUV145.68138.34163.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 117 (46.09% from 255) = 24.58%
BLUE value IS 164 (64.45% from 255) = 34.45%
R=40.97%
G=24.58%
B=34.45%

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
Decimal19511716400.40.160.24323.8539.3961.18
HexC375A40281018144273d
Octal30316524405020305044775
Binary1100001111101011010010001010001000011000101000100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375A4; }

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

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

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

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

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

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

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

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