#C0649A

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

Shades of Hopbush #C0649A

Tints of Hopbush #C0649A

Color information

#C0649A (or 0xC0649A) is unknown color: approx Hopbush. HEX triplet: C0, 64 and 9A. RGB value is (192,100,154). Sum of RGB (Red+Green+Blue) = 192+100+154=446 (59% of max value = 765). Red value is 192 (75.39% from 255 or 43.05% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 192 - color contains mainly: red. Hex color #C0649A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0649A is #3F9B65. Grayscale: #858585. Windows color (decimal): -4168550 or 10118336. OLE color: 10118336.

HSL color Cylindrical-coordinate representation of color #C0649A: hue angle of 324.78º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C0649A is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB192100154-
CMYK00.480.200.25
HSL324.78º42.2%57.25%-
HSV(B)324.78º47.92%75.29%-
XYZ32.1322.6533.25-
YUV133.66139.48169.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.05%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 154 (60.55% from 255) = 34.53%
R=43.05%
G=22.42%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210015400.480.200.25324.7842.257.25
HexC0649A03014191452a39
Octal30014423206024315055271
Binary1100000011001001001101001100001010011001101000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0649A; }

 p { color: rgb(192,100,154); }

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

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

 a { background-color: rgb(192,100,154); }

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

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

 span { border-color: rgb(192,100,154); }

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