#C372A1

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

Shades of Hopbush #C372A1

Tints of Hopbush #C372A1

Color information

#C372A1 (or 0xC372A1) is unknown color: approx Hopbush. HEX triplet: C3, 72 and A1. RGB value is (195,114,161). Sum of RGB (Red+Green+Blue) = 195+114+161=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 195 - color contains mainly: red. Hex color #C372A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372A1 is #3C8D5E. Grayscale: #8F8F8F. Windows color (decimal): -3968351 or 10580675. OLE color: 10580675.

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

Color convert

RGB195114161-
CMYK00.420.170.24
HSL325.19º40.3%60.59%-
HSV(B)325.19º41.54%76.47%-
XYZ34.9626.2136.93-
YUV143.58137.84164.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 161 (63.28% from 255) = 34.26%
R=41.49%
G=24.26%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511416100.420.170.24325.1940.360.59
HexC372A102A1118145283d
Octal30316224105221305055075
Binary1100001111100101010000101010101000111000101000101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C372A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C372A1; }

 p { color: rgb(195,114,161); }

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

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

 a { background-color: rgb(195,114,161); }

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

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

 span { border-color: rgb(195,114,161); }

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