#C0649E

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

Shades of Hopbush #C0649E

Tints of Hopbush #C0649E

Color information

#C0649E (or 0xC0649E) is unknown color: approx Hopbush. HEX triplet: C0, 64 and 9E. RGB value is (192,100,158). Sum of RGB (Red+Green+Blue) = 192+100+158=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C0649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0649E is #3F9B61. Grayscale: #858585. Windows color (decimal): -4168546 or 10380480. OLE color: 10380480.

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

Color convert

RGB192100158-
CMYK00.480.180.25
HSL322.17º42.2%57.25%-
HSV(B)322.17º47.92%75.29%-
XYZ32.4722.7935.04-
YUV134.12141.48169.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 100 (39.45% from 255) = 22.22%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=42.67%
G=22.22%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210015800.480.180.25322.1742.257.25
HexC0649E03012191422a39
Octal30014423606022315025271
Binary1100000011001001001111001100001001011001101000010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0649E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0649E; }

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

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

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

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

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

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

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

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