#C372A0

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

Shades of Hopbush #C372A0

Tints of Hopbush #C372A0

Color information

#C372A0 (or 0xC372A0) is unknown color: approx Hopbush. HEX triplet: C3, 72 and A0. RGB value is (195,114,160). Sum of RGB (Red+Green+Blue) = 195+114+160=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C372A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C372A0 is #3C8D5F. Grayscale: #8F8F8F. Windows color (decimal): -3968352 or 10515139. OLE color: 10515139.

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

Color convert

RGB195114160-
CMYK00.420.180.24
HSL325.93º40.3%60.59%-
HSV(B)325.93º41.54%76.47%-
XYZ34.8726.1736.47-
YUV143.46137.34164.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 114 (44.92% from 255) = 24.31%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=41.58%
G=24.31%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511416000.420.180.24325.9340.360.59
HexC372A002A1218146283d
Octal30316224005222305065075
Binary1100001111100101010000001010101001011000101000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C372A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C372A0; }

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

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

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

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

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

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

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

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