#C2728C

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

Shades of Hopbush #C2728C

Tints of Hopbush #C2728C

Color information

#C2728C (or 0xC2728C) is unknown color: approx Hopbush. HEX triplet: C2, 72 and 8C. RGB value is (194,114,140). Sum of RGB (Red+Green+Blue) = 194+114+140=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2728C is #3D8D73. Grayscale: #8C8C8C. Windows color (decimal): -4033908 or 9204418. OLE color: 9204418.

HSL color Cylindrical-coordinate representation of color #C2728C: hue angle of 340.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 #C2728C is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194114140-
CMYK00.410.280.24
HSL340.5º39.6%60.39%-
HSV(B)340.5º41.24%76.08%-
XYZ3325.427.97-
YUV140.88127.5165.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.30%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 140 (55.08% from 255) = 31.25%
R=43.30%
G=25.45%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411414000.410.280.24340.539.660.39
HexC2728C0291C18154283c
Octal30216221405134305245074
Binary1100001011100101000110001010011110011000101010100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2728C; }

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

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

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

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

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

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

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

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