#C2719A

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

Shades of Hopbush #C2719A

Tints of Hopbush #C2719A

Color information

#C2719A (or 0xC2719A) is unknown color: approx Hopbush. HEX triplet: C2, 71 and 9A. RGB value is (194,113,154). Sum of RGB (Red+Green+Blue) = 194+113+154=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C2719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2719A is #3D8E65. Grayscale: #8D8D8D. Windows color (decimal): -4034150 or 10121666. OLE color: 10121666.

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

Color convert

RGB194113154-
CMYK00.420.210.24
HSL329.63º39.9%60.2%-
HSV(B)329.63º41.75%76.08%-
XYZ33.9925.6133.72-
YUV141.89134.84165.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 113 (44.53% from 255) = 24.51%
BLUE value IS 154 (60.55% from 255) = 33.41%
R=42.08%
G=24.51%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411315400.420.210.24329.6339.960.2
HexC2719A02A151814a283c
Octal30216123205225305125074
Binary1100001011100011001101001010101010111000101001010101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2719A; }

 p { color: rgb(194,113,154); }

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

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

 a { background-color: rgb(194,113,154); }

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

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

 span { border-color: rgb(194,113,154); }

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