#C272A0

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

Shades of Hopbush #C272A0

Tints of Hopbush #C272A0

Color information

#C272A0 (or 0xC272A0) is unknown color: approx Hopbush. HEX triplet: C2, 72 and A0. RGB value is (194,114,160). Sum of RGB (Red+Green+Blue) = 194+114+160=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C272A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C272A0 is #3D8D5F. Grayscale: #8F8F8F. Windows color (decimal): -4033888 or 10515138. OLE color: 10515138.

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

Color convert

RGB194114160-
CMYK00.410.180.24
HSL325.5º39.6%60.39%-
HSV(B)325.5º41.24%76.08%-
XYZ34.6126.0436.46-
YUV143.16137.5164.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 114 (44.92% from 255) = 24.36%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=41.45%
G=24.36%
B=34.19%

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
Decimal19411416000.410.180.24325.539.660.39
HexC272A00291218146283c
Octal30216224005122305065074
Binary1100001011100101010000001010011001011000101000110101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C272A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C272A0; }

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

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

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

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

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

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

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

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